RESOLVED FIXED 63867
Move the plug-in controller member variable up to the shared Plugin base class
https://bugs.webkit.org/show_bug.cgi?id=63867
Summary Move the plug-in controller member variable up to the shared Plugin base class
Anders Carlsson
Reported 2011-07-02 16:27:57 PDT
Move the plug-in controller member variable up to the shared Plugin base class
Attachments
Patch (22.06 KB, patch)
2011-07-02 16:32 PDT, Anders Carlsson
sam: review+
Anders Carlsson
Comment 1 2011-07-02 16:32:32 PDT
Sam Weinig
Comment 2 2011-07-02 16:36:42 PDT
Comment on attachment 99563 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=99563&action=review > Source/WebKit2/WebProcess/Plugins/Plugin.h:81 > + virtual bool initialize(const Parameters&) = 0; Can this be private? It seems likes only the two parameter version should ever be called directly.
Anders Carlsson
Comment 3 2011-07-02 16:40:36 PDT
Note You need to log in before you can comment on or make changes to this bug.