[Webkit-unassigned] [Bug 106997] PropertyCollection test fails on JavaScriptCore

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 17 01:46:46 PST 2013


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





--- Comment #2 from Zan Dobersek <zandobersek at gmail.com>  2013-01-17 01:48:32 PST ---
It turns out testDiv.properties['bar'] returns a NodeList object in debug builds.
Basically, both release and debug builds follow the same code path, but in release build `toJS(JSC::ExecState*, JSDOMGlobalObject*, PropertyNodeList*)` is used to wrap the WebCore::PropertyNodeList object while `toJS(JSC::ExecState*, JSDOMGlobalObject*, NodeList*)` is used in the debug build.

-- 
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