[Webkit-unassigned] [Bug 35006] fast/dom/global-constructors.html is failing based on previous tests

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 1 21:57:15 PDT 2010


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





--- Comment #3 from Eric Seidel <eric at webkit.org>  2010-04-01 21:57:14 PST ---
This failure would be caused by there being some toJS() call which is wrapping
a CSSPrimitiveValue which is not passing the right globalObject() (or any
global object).  Finding out which is causing the failure could be difficult,
however fixing all of such possible bugs should be straightforward by removing
the two-argument toJS calls and making sure that ll of those callsites are
replaced by 3-argument toJS calls passing a proper globalObject().

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