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