Bug 81335

Summary: Web Inspector: call .length as the last check when detecting arrays.
Product: WebKit Reporter: Pavel Feldman <pfeldman>
Component: Web Inspector (Deprecated)Assignee: Pavel Feldman <pfeldman>
Status: RESOLVED FIXED    
Severity: Normal CC: apavlov, bweinstein, joepeck, keishi, loislo, pfeldman, pmuellr, rik, timothy, yurys
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch none

Description Pavel Feldman 2012-03-16 05:09:09 PDT
It is less likely to hit the "splice" or "callee" getter than the "length" one.

See http://code.google.com/p/chromium/issues/detail?id=78862 for downstream bug.
Comment 1 Pavel Feldman 2012-03-16 05:18:02 PDT
Created attachment 132253 [details]
Patch
Comment 2 Pavel Feldman 2012-03-20 05:22:34 PDT
Comment on attachment 132253 [details]
Patch

Clearing flags on attachment: 132253

Committed r111385: <http://trac.webkit.org/changeset/111385>
Comment 3 Pavel Feldman 2012-03-20 05:22:42 PDT
All reviewed patches have been landed.  Closing bug.