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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 14 11:37:58 PDT 2014


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





--- Comment #9 from peavo at outlook.com  2014-07-14 11:38:14 PST ---
(In reply to comment #8)
> (From update of attachment 213071 [details])
> This is the wrong fix. We need to solve this in some other way. There’s no guarantee that garbage collection will delete any given object, since we use imprecise garbage collection anyway, so we have to deal with this in a way that does not depend on JavaScript object deletion timing.

Thanks for reviewing :)

I will try to come up with a different fix, maybe using a weak pointer of some sort?

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