[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 15:11:37 PDT 2008


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





------- Comment #8 from cwzwarich at uwaterloo.ca  2008-06-08 15:11 PDT -------
Sorry, when I said that ToT is the same as Safari 3.1 on all of those cases, I
meant ToT with my patches. The call chain is as follows:

initialize() in Class:

Safari 3.1 and ToT agree that the caller is null.

initialize() in ExampleClass.Inherited:

Safari 3.1 says that the caller is initialize() in class, whereas ToT says that
the caller is null. My patch fixes this, because this function is called by
using apply in the body of initialize() in Class.

self.parent() in Extends:

Safari 3.1 says that the caller is initialize() in ExampleClass.Inherited,
whereas both ToT and ToT with my patch say that the caller is null.

Thus, the problem is not directly due to a native call. I'll try to reduce it
further and figure out what's going on.


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