Bug 95610

Summary: JSC bindings appear to sometimes ignore the possibility of arrays being in sparse mode
Product: WebKit Reporter: Filip Pizlo <fpizlo>
Component: JavaScriptCoreAssignee: Filip Pizlo <fpizlo>
Status: RESOLVED FIXED    
Severity: Normal CC: ap, barraclough, ggaren, mhahnenberg, msaboff, oliver, sam
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
the pathc oliver: review+

Description Filip Pizlo 2012-08-31 14:21:19 PDT
I'm not sure entirely what to do about this yet, or if it is even a bug.
Comment 1 Oliver Hunt 2012-08-31 16:17:49 PDT
<rdar://problem/12219385>
Comment 2 Filip Pizlo 2012-09-25 14:35:56 PDT
Created attachment 165676 [details]
the pathc
Comment 3 Oliver Hunt 2012-09-25 14:38:23 PDT
Comment on attachment 165676 [details]
the pathc

View in context: https://bugs.webkit.org/attachment.cgi?id=165676&action=review

> Source/WebCore/bindings/js/JSInspectorFrontendHostCustom.cpp:92
>          // FIXME: What if the array is in sparse mode? https://bugs.webkit.org/show_bug.cgi?id=95610

this can go

> Source/WebCore/bindings/js/JSWebSocketCustom.cpp:77
>                  // FIXME: What if the array is in sparse mode? https://bugs.webkit.org/show_bug.cgi?id=95610

and this
Comment 4 Filip Pizlo 2012-09-25 16:42:47 PDT
Landed in http://trac.webkit.org/changeset/129574