Bug 152652 - Remove redundant StringImpl substring creation function.
Summary: Remove redundant StringImpl substring creation function.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Andreas Kling
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-01-02 03:24 PST by Andreas Kling
Modified: 2016-01-03 01:49 PST (History)
9 users (show)

See Also:


Attachments
Patch (6.17 KB, patch)
2016-01-02 03:26 PST, Andreas Kling
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.