[Webkit-unassigned] [Bug 137814] crash when attempting to perform array iteration on a non-array with numeric keys not initialized

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 17 02:18:17 PDT 2014


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

--- Comment #1 from Claude Pache <claude.pache at gmail.com> ---
(In reply to comment #0)
>     var b = Object.create(Array.iterator)
Replace with:

     var b = Object.create(Array.prototype)

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20141017/3b029e55/attachment-0002.html>


More information about the webkit-unassigned mailing list