[Webkit-unassigned] [Bug 81588] Array.prototype.toString should be generic
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Apr 6 15:19:37 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=81588
--- Comment #16 from Erik Arvidsson <arv at chromium.org> 2012-04-06 15:19:37 PST ---
The reason why this is blocking 81573 is that NodeList now has Array.prototype on its prototype chain. This will cause toString on a NodeList to call Array.prototype.toString which throws in JSC. I'm tempted to submit 81573 without waiting for this but the JSC behavior until this one is fixed is pretty much unacceptable.
--
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