Title: [142326] trunk/Source/WebKit2
- Revision
- 142326
- Author
- [email protected]
- Date
- 2013-02-08 15:04:15 -0800 (Fri, 08 Feb 2013)
Log Message
[WK2] Fix the build on !Mac after r142314.
https://bugs.webkit.org/show_bug.cgi?id=109327
Reviewed by Benjamin Poulain.
* WebProcess/Plugins/Netscape/x11/NetscapePluginX11.cpp:
(WebKit::NetscapePlugin::platformPreInitialize): Add a stub for
the newly-added function.
* WebProcess/Plugins/Netscape/x11/NetscapePluginX11.cpp:
(WebKit::NetscapePlugin::platformPreInitialize):
(WebKit):
Modified Paths
Diff
Modified: trunk/Source/WebKit2/ChangeLog (142325 => 142326)
--- trunk/Source/WebKit2/ChangeLog 2013-02-08 23:02:06 UTC (rev 142325)
+++ trunk/Source/WebKit2/ChangeLog 2013-02-08 23:04:15 UTC (rev 142326)
@@ -1,3 +1,18 @@
+2013-02-08 Raphael Kubo da Costa <[email protected]>
+
+ [WK2] Fix the build on !Mac after r142314.
+ https://bugs.webkit.org/show_bug.cgi?id=109327
+
+ Reviewed by Benjamin Poulain.
+
+ * WebProcess/Plugins/Netscape/x11/NetscapePluginX11.cpp:
+ (WebKit::NetscapePlugin::platformPreInitialize): Add a stub for
+ the newly-added function.
+
+ * WebProcess/Plugins/Netscape/x11/NetscapePluginX11.cpp:
+ (WebKit::NetscapePlugin::platformPreInitialize):
+ (WebKit):
+
2013-02-07 Anders Carlsson <[email protected]>
Work around a bug in Flash where NSException objects can be released too early
Modified: trunk/Source/WebKit2/WebProcess/Plugins/Netscape/x11/NetscapePluginX11.cpp (142325 => 142326)
--- trunk/Source/WebKit2/WebProcess/Plugins/Netscape/x11/NetscapePluginX11.cpp 2013-02-08 23:02:06 UTC (rev 142325)
+++ trunk/Source/WebKit2/WebProcess/Plugins/Netscape/x11/NetscapePluginX11.cpp 2013-02-08 23:04:15 UTC (rev 142326)
@@ -248,6 +248,10 @@
return true;
}
+void NetscapePlugin::platformPreInitialize()
+{
+}
+
bool NetscapePlugin::platformPostInitialize()
{
#if PLATFORM(GTK)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes