RESOLVED FIXED 174118
Cleanup some StringBuilder use
https://bugs.webkit.org/show_bug.cgi?id=174118
Summary Cleanup some StringBuilder use
Joseph Pecoraro
Reported 2017-07-03 20:15:15 PDT
• Some unnecessary includes • Some append("a") => append('a') • Some append("abc") => appendLiteral("abc")
Attachments
[PATCH] Proposed Fix (14.23 KB, patch)
2017-07-03 20:16 PDT, Joseph Pecoraro
no flags
Joseph Pecoraro
Comment 1 2017-07-03 20:16:32 PDT
Created attachment 314549 [details] [PATCH] Proposed Fix
WebKit Commit Bot
Comment 2 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>
WebKit Commit Bot
Comment 3 2017-07-04 01:03:11 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.