RESOLVED FIXED 146591
Use Ref/RefPtr instead of PassRefPtr in WebKit2 - 2
https://bugs.webkit.org/show_bug.cgi?id=146591
Summary Use Ref/RefPtr instead of PassRefPtr in WebKit2 - 2
Gyuyoung Kim
Reported 2015-07-03 07:27:51 PDT
SSIA
Attachments
Patch (84.45 KB, patch)
2015-07-03 07:30 PDT, Gyuyoung Kim
no flags
Patch (80.30 KB, patch)
2015-07-03 23:36 PDT, Gyuyoung Kim
no flags
Gyuyoung Kim
Comment 1 2015-07-03 07:30:23 PDT
Gyuyoung Kim
Comment 2 2015-07-03 23:36:06 PDT
WebKit Commit Bot
Comment 3 2015-07-08 19:32:27 PDT
Comment on attachment 256140 [details] Patch Clearing flags on attachment: 256140 Committed r186566: <http://trac.webkit.org/changeset/186566>
WebKit Commit Bot
Comment 4 2015-07-08 19:32:30 PDT
All reviewed patches have been landed. Closing bug.
Brent Fulgham
Comment 5 2015-07-08 21:18:15 PDT
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]
Brent Fulgham
Comment 6 2015-07-08 21:38:46 PDT
Gyuyoung Kim
Comment 7 2015-07-08 22:05:57 PDT
(In reply to comment #6) > dbates fixed it: <http://trac.webkit.org/changeset/186578> Thank you for fixing it.
Note You need to log in before you can comment on or make changes to this bug.