[webkit-reviews] review denied: [Bug 119044] [Win] Crash after plugin is unloaded. : [Attachment 213071] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jul 12 17:06:03 PDT 2014


Darin Adler <darin at apple.com> has denied peavo at outlook.com's request for
review:
Bug 119044: [Win] Crash after plugin is unloaded.
https://bugs.webkit.org/show_bug.cgi?id=119044

Attachment 213071: Patch
https://bugs.webkit.org/attachment.cgi?id=213071&action=review

------- Additional Comments from Darin Adler <darin at apple.com>
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.


More information about the webkit-reviews mailing list