[Webkit-unassigned] [Bug 55216] jsc::bindings::convertValueToNPVariant sometimes fail to find the root object
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Feb 25 07:39:00 PST 2011
https://bugs.webkit.org/show_bug.cgi?id=55216
--- Comment #2 from Kristian Monsen <kristianm at google.com> 2011-02-25 07:39:00 PST ---
I am not an expert in this area as we mostly do not use JSC, but it looks to me that we should always use lexicalGlobalObject() and not dynamicGlobalObject.
The major reason for the bug/patch is to get some input on if this is a good idea or not. It fixes a bug for us, but as I said I am not very familiar with the code so it might break other things.
--
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