https://bugs.webkit.org/show_bug.cgi?id=109364
Patch by Zoltan Arvai <zarvai@inf.u-szeged.hu> 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):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@142390
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2013-02-10 Zoltan Arvai <zarvai@inf.u-szeged.hu>
+
+ [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 <webkit.review.bot@gmail.com>
Unreviewed, rolling out r137328.
namespace WebKit {
+void NetscapePlugin::platformPreInitialize()
+{
+}
+
bool NetscapePlugin::platformPostInitialize()
{
return false;