[Webkit-unassigned] [Bug 31873] [V8] Avoid using JavaScript objects as context data
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Dec 7 09:52:57 PST 2009
https://bugs.webkit.org/show_bug.cgi?id=31873
Dimitri Glazkov (Google) <dglazkov at chromium.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |abarth at webkit.org,
| |dglazkov at chromium.org
--- Comment #9 from Dimitri Glazkov (Google) <dglazkov at chromium.org> 2009-12-07 09:52:55 PST ---
This change has a flaw in logic. It removes the ability to set debug context id
for a newly created context. The early return:
if (debugId == -1)
return false;
causes V8Proxy::setInjectedScriptContext to always return false for newly
created worlds with id > 0.
I'll fix.
--
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