OSDN Git Service

Fix for bug 3324285 jsc::bindings::convertValueToNPVariant fails to findroot() and...
authorKristian Monsen <kristianm@google.com>
Thu, 17 Feb 2011 16:43:20 +0000 (16:43 +0000)
committerKristian Monsen <kristianm@google.com>
Tue, 8 Mar 2011 13:54:10 +0000 (13:54 +0000)
commitdeb796f509e2ad13b4ef4c01b1a1e707b4e762ee
tree6a9931d7ea8297ecdc85324bd27b712d6e7ee34c
parent24b320d351369a76f0bf7ac2bad37f5dfd4681cd
Fix for bug 3324285 jsc::bindings::convertValueToNPVariant fails to findroot() and passes objects as npvariant_void

Also trying lexicalGlobalObject as root object, the comment for
lexicalGlobalObject says:
// Global object in which the currently executing code was defined.
// Differs from dynamicGlobalObject() during function calls across web browser frames.

I'm guessing that is the case here.

Webkit bug:
https://bugs.webkit.org/show_bug.cgi?id=55216

Change-Id: I61b3df93261e3688f022cde058845b1e3dfedb38
WebCore/bridge/c/c_utility.cpp