Title: [201688] trunk/Source/WebKit/mac
- Revision
- 201688
- Author
- [email protected]
- Date
- 2016-06-04 15:34:15 -0700 (Sat, 04 Jun 2016)
Log Message
Temporary build fix. (This function is going away).
* Plugins/Hosted/NetscapePluginInstanceProxy.mm:
(WebKit::NetscapePluginInstanceProxy::checkIfAllowedToLoadURLResult): Deleted.
* Plugins/Hosted/WebKitPluginHost.defs:
Modified Paths
Diff
Modified: trunk/Source/WebKit/mac/ChangeLog (201687 => 201688)
--- trunk/Source/WebKit/mac/ChangeLog 2016-06-04 21:28:06 UTC (rev 201687)
+++ trunk/Source/WebKit/mac/ChangeLog 2016-06-04 22:34:15 UTC (rev 201688)
@@ -1,3 +1,11 @@
+2016-06-04 Anders Carlsson <[email protected]>
+
+ Temporary build fix. (This function is going away).
+
+ * Plugins/Hosted/NetscapePluginInstanceProxy.mm:
+ (WebKit::NetscapePluginInstanceProxy::checkIfAllowedToLoadURLResult): Deleted.
+ * Plugins/Hosted/WebKitPluginHost.defs:
+
2016-06-03 Chris Dumez <[email protected]>
Unreviewed, roll out r196633 as it broke PageCache on iOS for WebKit.org
Modified: trunk/Source/WebKit/mac/Plugins/Hosted/NetscapePluginInstanceProxy.mm (201687 => 201688)
--- trunk/Source/WebKit/mac/Plugins/Hosted/NetscapePluginInstanceProxy.mm 2016-06-04 21:28:06 UTC (rev 201687)
+++ trunk/Source/WebKit/mac/Plugins/Hosted/NetscapePluginInstanceProxy.mm 2016-06-04 22:34:15 UTC (rev 201688)
@@ -1646,7 +1646,6 @@
void NetscapePluginInstanceProxy::checkIfAllowedToLoadURLResult(uint32_t checkID, bool allowed)
{
- _WKPHCheckIfAllowedToLoadURLResult(m_pluginHostProxy->port(), m_pluginID, checkID, allowed);
}
void NetscapePluginInstanceProxy::resolveURL(const char* url, const char* target, data_t& resolvedURLData, mach_msg_type_number_t& resolvedURLLength)
Modified: trunk/Source/WebKit/mac/Plugins/Hosted/WebKitPluginHost.defs (201687 => 201688)
--- trunk/Source/WebKit/mac/Plugins/Hosted/WebKitPluginHost.defs 2016-06-04 21:28:06 UTC (rev 201687)
+++ trunk/Source/WebKit/mac/Plugins/Hosted/WebKitPluginHost.defs 2016-06-04 22:34:15 UTC (rev 201688)
@@ -130,11 +130,6 @@
pluginID :uint32_t;
requestID :uint32_t);
-simpleroutine PHCheckIfAllowedToLoadURLResult(clientPort :mach_port_t;
- pluginID :uint32_t;
- checkID :uint32_t;
- result :boolean_t);
-
// Streams
simpleroutine PHStartStream(pluginHostPort :mach_port_t;
pluginID :uint32_t;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes