Title: [142390] trunk/Source/WebKit2
Revision
142390
Author
[email protected]
Date
2013-02-10 00:36:47 -0800 (Sun, 10 Feb 2013)

Log Message

[WK2] Fix build on PLUGIN_ARCHITECTURE(UNSUPPORTED) after r142314
https://bugs.webkit.org/show_bug.cgi?id=109364

Patch by Zoltan Arvai <[email protected]> on 2013-02-10
Reviewed by Simon Hausmann.

void NetscapePlugin::platformPreInitialize() is need to be added to NetscapePluginNone.cpp.

* WebProcess/Plugins/Netscape/NetscapePluginNone.cpp:
(WebKit::NetscapePlugin::platformPreInitialize):
(WebKit):

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (142389 => 142390)


--- trunk/Source/WebKit2/ChangeLog	2013-02-10 07:37:56 UTC (rev 142389)
+++ trunk/Source/WebKit2/ChangeLog	2013-02-10 08:36:47 UTC (rev 142390)
@@ -1,3 +1,16 @@
+2013-02-10  Zoltan Arvai  <[email protected]>
+
+        [WK2] Fix build on PLUGIN_ARCHITECTURE(UNSUPPORTED) after r142314
+        https://bugs.webkit.org/show_bug.cgi?id=109364
+
+        Reviewed by Simon Hausmann.
+
+        void NetscapePlugin::platformPreInitialize() is need to be added to NetscapePluginNone.cpp.
+
+        * WebProcess/Plugins/Netscape/NetscapePluginNone.cpp:
+        (WebKit::NetscapePlugin::platformPreInitialize):
+        (WebKit):
+
 2013-02-09  Sheriff Bot  <[email protected]>
 
         Unreviewed, rolling out r137328.

Modified: trunk/Source/WebKit2/WebProcess/Plugins/Netscape/NetscapePluginNone.cpp (142389 => 142390)


--- trunk/Source/WebKit2/WebProcess/Plugins/Netscape/NetscapePluginNone.cpp	2013-02-10 07:37:56 UTC (rev 142389)
+++ trunk/Source/WebKit2/WebProcess/Plugins/Netscape/NetscapePluginNone.cpp	2013-02-10 08:36:47 UTC (rev 142390)
@@ -33,6 +33,10 @@
 
 namespace WebKit {
 
+void NetscapePlugin::platformPreInitialize()
+{
+}
+
 bool NetscapePlugin::platformPostInitialize()
 {
     return false;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to