[Webkit-unassigned] [Bug 46711] platform/win/plugins/plugin-delayed-destroy.html fails in WebKit2

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 25 11:24:41 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=46711





--- Comment #4 from Adam Roben (aroben) <aroben at apple.com>  2010-10-25 11:24:41 PST ---
It looks like WebKit2 is not susceptible to the original crash because JSNPObject::callMethod keeps the PluginView alive via NPRuntimeObjectMap::PluginProtector. The equivalent code in WebKit1, JSC::callRuntimeMethod, only keeps the plugin's Instance alive, but not its PluginView. (WebKit1 ends up keeping the PluginView alive via the code added in r54614.)

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list