Bug 136470

Summary: Use StringBuilder append(char) and appendLiteral in more places
Product: WebKit Reporter: Joseph Pecoraro <joepeck>
Component: WebCore Misc.Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: benjamin, commit-queue
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
[PATCH] Proposed Fix none

Description Joseph Pecoraro 2014-09-02 16:07:27 PDT
Use StringBuilder::append(char) and StringBuilder::appendLiteral in more places.

I checked `binaryinfo $build/Release/WebCore.framework/WebCore` before and after my change and it was the same:

> TEXT SIZE  DATA SIZE  OBJC SIZE  OTHR SIZE  EXPORTS  LINKAGE  NAMESPACE  PREBOUND  BINARY
> =========  =========  =========  =========  =======  =======  =========  ========  ==========
>  16500 KB    1852 KB       0 KB   18192 KB     2921  -n TOO MUCH
Comment 1 Joseph Pecoraro 2014-09-02 16:09:31 PDT
Created attachment 237525 [details]
[PATCH] Proposed Fix
Comment 2 Andreas Kling 2014-09-03 10:35:19 PDT
Comment on attachment 237525 [details]
[PATCH] Proposed Fix

r=me
Comment 3 WebKit Commit Bot 2014-09-03 11:43:06 PDT
Comment on attachment 237525 [details]
[PATCH] Proposed Fix

Clearing flags on attachment: 237525

Committed r173212: <http://trac.webkit.org/changeset/173212>
Comment 4 WebKit Commit Bot 2014-09-03 11:43:09 PDT
All reviewed patches have been landed.  Closing bug.