[Webkit-unassigned] [Bug 119044] [Win] Crash after plugin is unloaded.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 14 11:47:28 PDT 2014


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





--- Comment #10 from Anders Carlsson <andersca at apple.com>  2014-07-14 11:47:45 PST ---
I still don't understand why this is an issue. In the PluginView destructor, we call:

    m_parentFrame->script().cleanupScriptObjectsForPlugin(this);

which invalidates all the objects created by that plug-in.This calls RootObject::invalidate() which invalidates all runtime objects using RuntimeObject::invalidate() which nulls out the instance.

I think you should focus your effort on determining if/why that's not working correctly.

-- 
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