Bug 159505

Summary: [JSC] Array.prototype.includes uses ToInt32 instead of ToInteger on the index argument
Product: WebKit Reporter: Benjamin Poulain <benjamin>
Component: New BugsAssignee: Benjamin Poulain <benjamin>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, keith_miller, mark.lam, msaboff, saam
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Benjamin Poulain 2016-07-06 23:37:08 PDT
[JSC] Array.prototype.includes uses ToInt32 instead of ToInteger on the index argument
Comment 1 Benjamin Poulain 2016-07-06 23:38:40 PDT
Created attachment 282994 [details]
Patch
Comment 2 Mark Lam 2016-07-07 10:45:29 PDT
Comment on attachment 282994 [details]
Patch

r=me
Comment 3 WebKit Commit Bot 2016-07-07 12:04:06 PDT
Comment on attachment 282994 [details]
Patch

Clearing flags on attachment: 282994

Committed r202926: <http://trac.webkit.org/changeset/202926>
Comment 4 WebKit Commit Bot 2016-07-07 12:04:10 PDT
All reviewed patches have been landed.  Closing bug.