After r142314 QtWin build is broken. void NetscapePlugin::platformPreInitialize() is need to be added to WebKit2/WebProcess/Plugins/Netscape/NetscapePluginNone.cpp Patch is on the way.
Created attachment 187446 [details] patch for landing
Comment on attachment 187446 [details] patch for landing Clearing flags on attachment: 187446 Committed r142390: <http://trac.webkit.org/changeset/142390>
All reviewed patches have been landed. Closing bug.
What is PLUGIN_ARCHITECTURE(UNSUPPORTED)? We already have an #ifdef for turning on/off plug-in support.
Maybe plugin api is enabled for Qt but not supported on Windows? #if ENABLE(NETSCAPE_PLUGIN_API) && PLUGIN_ARCHITECTURE(UNSUPPORTED) This bug seems to be related: https://bugs.webkit.org/show_bug.cgi?id=86577 (In reply to comment #4) > What is PLUGIN_ARCHITECTURE(UNSUPPORTED)? We already have an #ifdef for turning on/off plug-in support.
(In reply to comment #5) > Maybe plugin api is enabled for Qt but not supported on Windows? > #if ENABLE(NETSCAPE_PLUGIN_API) && PLUGIN_ARCHITECTURE(UNSUPPORTED) > Why is it enabled on Windows then?