[Webkit-unassigned] [Bug 31286] fast/js/date-proto-generic-invocation breaks another test

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 30 17:12:23 PST 2009


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





--- Comment #10 from Sam Weinig <sam at webkit.org>  2009-11-30 17:12:22 PST ---
The real issue is that we are sharing the JSClassRef for the
LayoutTestController JS object between runs by using a static in
LayoutTestController::getJSClass().  The fix is not generate a new JSClassRef
each time the method is called. This seems like a deficiency in the JSC API, I
will discuss this with Geoff.

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