[Webkit-unassigned] [Bug 113425] Structured clone does not preserve array lengths

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 27 11:29:56 PDT 2013


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





--- Comment #2 from Elliott Sprehn <esprehn at chromium.org>  2013-03-27 11:28:06 PST ---
This looks like a one line fix for v8:

virtual bool completeSparseArray(uint32_t numProperties, uint32_t length, v8::Handle<v8::Value>* value)

has array = v8::Array::New();

and completely ignores the length value. We should do ::New(length) instead.

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