[webkit-reviews] review granted: [Bug 27706] WebCore NPAPI implementations should share more code : [Attachment 38921] Share PluginView::init() between ports

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 2 03:28:32 PDT 2009


Eric Seidel <eric at webkit.org> has granted Tor Arne Vestbø <vestbo at webkit.org>'s
request for review:
Bug 27706: WebCore NPAPI implementations should share more code
https://bugs.webkit.org/show_bug.cgi?id=27706

Attachment 38921: Share PluginView::init() between ports
https://bugs.webkit.org/attachment.cgi?id=38921&action=review

------- Additional Comments from Eric Seidel <eric at webkit.org>
Style:
     if (!platformStart()) {
 221	     m_status = PluginStatusCanNotLoadPlugin;
 222	 }

Otherwise looks good.


More information about the webkit-reviews mailing list