Title: [176421] trunk/Source/WebKit2
- Revision
- 176421
- Author
- [email protected]
- Date
- 2014-11-20 15:04:51 -0800 (Thu, 20 Nov 2014)
Log Message
URTBF after r176420 to fix non Apple builds.
* WebProcess/WebProcess.cpp:
(WebKit::WebProcess::shouldPlugInAutoStartFromOrigin):
Modified Paths
Diff
Modified: trunk/Source/WebKit2/ChangeLog (176420 => 176421)
--- trunk/Source/WebKit2/ChangeLog 2014-11-20 22:56:22 UTC (rev 176420)
+++ trunk/Source/WebKit2/ChangeLog 2014-11-20 23:04:51 UTC (rev 176421)
@@ -1,3 +1,10 @@
+2014-11-20 Csaba Osztrogonác <[email protected]>
+
+ URTBF after r176420 to fix non Apple builds.
+
+ * WebProcess/WebProcess.cpp:
+ (WebKit::WebProcess::shouldPlugInAutoStartFromOrigin):
+
2014-11-20 Anders Carlsson <[email protected]>
WebPlugInClient::m_webPage can never be null, use a reference
Modified: trunk/Source/WebKit2/WebProcess/WebProcess.cpp (176420 => 176421)
--- trunk/Source/WebKit2/WebProcess/WebProcess.cpp 2014-11-20 22:56:22 UTC (rev 176420)
+++ trunk/Source/WebKit2/WebProcess/WebProcess.cpp 2014-11-20 23:04:51 UTC (rev 176421)
@@ -775,7 +775,7 @@
if (webPage.matchesPrimaryPlugIn(pageOrigin, pluginOrigin, mimeType))
return true;
#else
- UNUSED_PARAM(page);
+ UNUSED_PARAM(webPage);
#endif
// Lastly check against the more explicit hash list.
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes