Bug 57836 - Cleanup StringConcatenate
Summary: Cleanup StringConcatenate
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Template Framework (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nikolas Zimmermann
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-05 06:01 PDT by Nikolas Zimmermann
Modified: 2011-04-05 06:08 PDT (History)
1 user (show)

See Also:


Attachments
Patch (12.51 KB, patch)
2011-04-05 06:03 PDT, Nikolas Zimmermann
kling: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Nikolas Zimmermann 2011-04-05 06:01:16 PDT
Cleanup StringConcatenate, it uses PassRefPtr<> in local variables.
While I'm at it, add a makeString overload for 9 arguments (needed in a follow-up patch).
Comment 1 Nikolas Zimmermann 2011-04-05 06:03:20 PDT
Created attachment 88213 [details]
Patch
Comment 2 Nikolas Zimmermann 2011-04-05 06:08:30 PDT
Thanks Andreas! Landed in r82931.