Bug 118290 - Avoid code duplication inside String::append()
Summary: Avoid code duplication inside String::append()
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Template Framework (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Mikhail Pozdnyakov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-02 04:12 PDT by Mikhail Pozdnyakov
Modified: 2013-07-02 06:36 PDT (History)
5 users (show)

See Also:


Attachments
patch (2.14 KB, patch)
2013-07-02 04:15 PDT, Mikhail Pozdnyakov
no flags Details | Formatted Diff | Diff
patch (2.91 KB, patch)
2013-07-02 04:20 PDT, Mikhail Pozdnyakov
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mikhail Pozdnyakov 2013-07-02 04:12:52 PDT
SSIA. The implementation of 'append(UChar)' is repeated inside 'append(LChar)', this duplication can be obviated.
Comment 1 Mikhail Pozdnyakov 2013-07-02 04:15:49 PDT
Created attachment 205888 [details]
patch
Comment 2 Mikhail Pozdnyakov 2013-07-02 04:20:35 PDT
Created attachment 205889 [details]
patch

Added change log.
Comment 3 WebKit Commit Bot 2013-07-02 06:36:49 PDT
Comment on attachment 205889 [details]
patch

Clearing flags on attachment: 205889

Committed r152289: <http://trac.webkit.org/changeset/152289>
Comment 4 WebKit Commit Bot 2013-07-02 06:36:51 PDT
All reviewed patches have been landed.  Closing bug.