SSIA
Created attachment 256101 [details] Patch
Created attachment 256140 [details] Patch
Comment on attachment 256140 [details] Patch Clearing flags on attachment: 256140 Committed r186566: <http://trac.webkit.org/changeset/186566>
All reviewed patches have been landed. Closing bug.
This introduced a build failure in Windows: ..\..\win\Plugins\PluginView.cpp(855): error C2556: 'WTF::PassRefPtr<T> WebCore::PluginView::create(WebCore::Frame *,const WebCore::IntSize &,WebCore::HTMLPlugInElement *,const WebCore::URL &,const WTF::Vector<WTF::String,0,WTF::CrashOnOverflow,16> &,const WTF::Vector<WTF::String,0,WTF::CrashOnOverflow,16> &,const WTF::String &,bool)' : overloaded function differs only by return type from 'WTF::Ref<WebCore::PluginView> WebCore::PluginView::create(WebCore::Frame *,const WebCore::IntSize &,WebCore::HTMLPlugInElement *,const WebCore::URL &,const WTF::Vector<WTF::String,0,WTF::CrashOnOverflow,16> &,const WTF::Vector<WTF::String,0,WTF::CrashOnOverflow,16> &,const WTF::String &,bool)' [C:\cygwin\home\buildbot\slave\win-release\build\Source\WebKit\WebKit.vcxproj\WebKit\WebKit.vcxproj]
dbates fixed it: <http://trac.webkit.org/changeset/186578>
(In reply to comment #6) > dbates fixed it: <http://trac.webkit.org/changeset/186578> Thank you for fixing it.