Bug 140031 - String includes methods perform toString on searchString before performing toInteger on a offset
Summary: String includes methods perform toString on searchString before performing to...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Yusuke Suzuki
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-01-01 14:04 PST by Yusuke Suzuki
Modified: 2015-01-01 20:41 PST (History)
1 user (show)

See Also:


Attachments
Patch (16.13 KB, patch)
2015-01-01 14:06 PST, Yusuke Suzuki
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Yusuke Suzuki 2015-01-01 14:04:03 PST
String includes methods perform toString on searchString before toInt32 on a offset
Comment 1 Yusuke Suzuki 2015-01-01 14:06:12 PST
Created attachment 243870 [details]
Patch
Comment 2 WebKit Commit Bot 2015-01-01 20:41:47 PST
Comment on attachment 243870 [details]
Patch

Clearing flags on attachment: 243870

Committed r177856: <http://trac.webkit.org/changeset/177856>
Comment 3 WebKit Commit Bot 2015-01-01 20:41:50 PST
All reviewed patches have been landed.  Closing bug.