[Webkit-unassigned] [Bug 19346] REGRESSION: Mootools 1.2 Class inheritance broken in post-SquirrelFish merge

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jun 8 02:32:38 PDT 2008


http://bugs.webkit.org/show_bug.cgi?id=19346





------- Comment #5 from cwzwarich at uwaterloo.ca  2008-06-08 02:32 PDT -------
Created an attachment (id=21571)
 --> (http://bugs.webkit.org/attachment.cgi?id=21571&action=view)
Patch in progress

Here's a patch in progress. It fixes the bug, but the code is somewhat ugly. I
made it by inlining the calls to getCallFrame() and getCallerFunctionOffset()
and modifying the logic to handle this special case. I am not quite sure of the
necessity of the second if (!exec) at this hour.

When the caller functionality was added to SquirrelFish, a test case was added
to fast/js/function-dot-arguments-and-caller.html that codifies the behaviour
in the bug. This is the only JavaScriptCore or layout test that this patch
fails, and JavaScriptCore also fails this test prior to SquirrelFish.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list