No changes, just get rid of gratuitous difference

Don't add an extra line unrelated to JavaScript changes on this branch.
This commit is contained in:
Vadim Zeitlin 2017-10-21 23:34:02 +02:00
parent ee9615b9ac
commit 74e60b39f8
2 changed files with 0 additions and 2 deletions

View File

@ -111,7 +111,6 @@ bool wxWebViewIE::Create(wxWindow* parent,
EnableControlFeature(21 /* FEATURE_DISABLE_NAVIGATION_SOUNDS */);
LoadURL(url);
return true;
}

View File

@ -153,7 +153,6 @@ bool wxWebViewWebKit::Create(wxWindow *parent,
[NSURLProtocol registerClass:[WebViewCustomProtocol class]];
LoadURL(strURL);
return true;
}