Bug 118488

Summary: CheckArray should call the right version of filterArrayModes
Product: WebKit Reporter: Mark Hahnenberg <mhahnenberg>
Component: JavaScriptCoreAssignee: Mark Hahnenberg <mhahnenberg>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch fpizlo: review+

Description Mark Hahnenberg 2013-07-08 15:52:37 PDT
Currently in the CFA, CheckArray doesn't call the right filterArrayMode, which can cause the CFA to ignore when it sees a contradiction.
Comment 1 Mark Hahnenberg 2013-07-08 15:56:29 PDT
Created attachment 206277 [details]
Patch
Comment 2 Mark Hahnenberg 2013-07-08 18:08:16 PDT
Committed r152477: <http://trac.webkit.org/changeset/152477>