[Webkit-unassigned] [Bug 25079] JS Arrays receive the wrong prototype

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 30 07:42:09 PDT 2010


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





--- Comment #8 from John-David Dalton <john.david.dalton at gmail.com>  2010-07-30 07:42:08 PST ---
I noticed you changed the title to `JS Arrays` receive the wrong prototype. This is for any native object instance. The same thing can be seen for:

Sandbox.String.prototype.blah = 3;
var str = new Sandbox.String('x');
str.blah; // should be 3

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