Bug 152652

Summary: Remove redundant StringImpl substring creation function.
Product: WebKit Reporter: Andreas Kling <kling>
Component: JavaScriptCoreAssignee: Andreas Kling <kling>
Status: RESOLVED FIXED    
Severity: Normal CC: benjamin, cdumez, cmarcelo, commit-queue, dbates, keith_miller, mark.lam, msaboff, saam
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Andreas Kling 2016-01-02 03:24:42 PST
Let's get rid of StringImpl::createSubstringSharingImpl8() since StringImpl::createSubstringSharingImpl() does the same job.
Comment 1 Andreas Kling 2016-01-02 03:26:53 PST
Created attachment 268099 [details]
Patch
Comment 2 Daniel Bates 2016-01-02 21:44:39 PST
Comment on attachment 268099 [details]
Patch

OK
Comment 3 Andreas Kling 2016-01-03 01:02:14 PST
Comment on attachment 268099 [details]
Patch

Cheers Dan.
Comment 4 WebKit Commit Bot 2016-01-03 01:49:18 PST
Comment on attachment 268099 [details]
Patch

Clearing flags on attachment: 268099

Committed r194509: <http://trac.webkit.org/changeset/194509>
Comment 5 WebKit Commit Bot 2016-01-03 01:49:22 PST
All reviewed patches have been landed.  Closing bug.