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:
parent
ee9615b9ac
commit
74e60b39f8
@ -111,7 +111,6 @@ bool wxWebViewIE::Create(wxWindow* parent,
|
||||
EnableControlFeature(21 /* FEATURE_DISABLE_NAVIGATION_SOUNDS */);
|
||||
|
||||
LoadURL(url);
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
@ -153,7 +153,6 @@ bool wxWebViewWebKit::Create(wxWindow *parent,
|
||||
[NSURLProtocol registerClass:[WebViewCustomProtocol class]];
|
||||
|
||||
LoadURL(strURL);
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user