[webkit-reviews] review requested: [Bug 27706] WebCore NPAPI implementations should share more code : [Attachment 33537]=?UTF-8?Q?=202009=2D07=2D27=20=20Tor=20Arne=20Vestb=C3=B8=20=20?=<tor.arne.vestbo at nokia.com>
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Jul 27 06:16:49 PDT 2009
Tor Arne Vestbø <vestbo at webkit.org> has asked for review:
Bug 27706: WebCore NPAPI implementations should share more code
https://bugs.webkit.org/show_bug.cgi?id=27706
Attachment 33537: 2009-07-27 Tor Arne Vestbø <tor.arne.vestbo at nokia.com>
https://bugs.webkit.org/attachment.cgi?id=33537&action=review
------- Additional Comments from Tor Arne Vestbø <vestbo at webkit.org>
Reviewed by NOBODY (OOPS!).
Unregister plugin from PluginMainThreadScheduler if NPP_New fails
https://bugs.webkit.org/show_bug.cgi?id=27706
Since the plugin has not been started yet (m_isStarted is not set),
calling stop() will not have any affect, so we manually unregister
in start() before returning.
* plugins/PluginView.cpp:
(WebCore::PluginView::start):
---
2 files changed, 18 insertions(+), 1 deletions(-)
More information about the webkit-reviews
mailing list