[Webkit-unassigned] [Bug 167708] [Cocoa]=?UTF-8?Q?=20An=20exported=20Objective=20C=20class=E2=80=99s=20prototype=20and=20constructor=20don?='t persist across JSContext deallocation

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 7 07:58:30 PST 2017


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

--- Comment #3 from Geoffrey Garen <ggaren at apple.com> ---
The cause of this bug is that we tie the lifetime of JSWrapperMap to the lifetime of JSContext. Instead, we need to tie the lifetime of JSWrapperMap to the GC lifetime of a given JSGlobalObject.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170207/1621a911/attachment.html>


More information about the webkit-unassigned mailing list