Bug 174118 - Cleanup some StringBuilder use
Summary: Cleanup some StringBuilder use
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Joseph Pecoraro
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-07-03 20:15 PDT by Joseph Pecoraro
Modified: 2017-07-04 01:03 PDT (History)
3 users (show)

See Also:


Attachments
[PATCH] Proposed Fix (14.23 KB, patch)
2017-07-03 20:16 PDT, Joseph Pecoraro
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Joseph Pecoraro 2017-07-03 20:15:15 PDT
• Some unnecessary includes
• Some append("a") => append('a')
• Some append("abc") => appendLiteral("abc")
Comment 1 Joseph Pecoraro 2017-07-03 20:16:32 PDT
Created attachment 314549 [details]
[PATCH] Proposed Fix
Comment 2 WebKit Commit Bot 2017-07-04 01:03:10 PDT
Comment on attachment 314549 [details]
[PATCH] Proposed Fix

Clearing flags on attachment: 314549

Committed r219115: <http://trac.webkit.org/changeset/219115>
Comment 3 WebKit Commit Bot 2017-07-04 01:03:11 PDT
All reviewed patches have been landed.  Closing bug.