[Webkit-unassigned] [Bug 96637] Remove V8DOMWindowShell::getEntered
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Sep 28 13:34:38 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=96637
--- Comment #29 from Adam Barth <abarth at webkit.org> 2012-09-28 13:35:04 PST ---
Interesting. This patch is telling us that we should make the lifetime of V8PerContextData match that of v8::Context. Currently, V8PerContextData is only alive for main world contexts when those contexts are displayed in a frame. You're essentially extending the lifetime of V8PerContextData in the case of isolated worlds to match that of the underlying v8::Context.
We'll eventually want to further align the implementation of the main and non-main world, but I think this patch is a good step.
--
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