[Webkit-unassigned] [Bug 70015] Constructor should not be called if the object is being constructed inside WebCore

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 13 18:09:15 PDT 2011


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





--- Comment #6 from Adam Barth <abarth at webkit.org>  2011-10-13 18:09:15 PST ---
Checking that static information isn't correct in all cases.  For example, sometimes we run WebCore code with JavaScript on the static and sometimes we run WebCore code without JavaScript on the stack.  Have the constructors work differently in those cases isn't really correct.

I'd feel a lot better about all of this if we could write tests to exercise the differences.

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