Bug 81288 - [Refactoring] Rename StringBuilder variables in MarkupAccumulator.{h,cpp}
Summary: [Refactoring] Rename StringBuilder variables in MarkupAccumulator.{h,cpp}
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: HTML Editing (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Kentaro Hara
URL:
Keywords:
Depends on:
Blocks: 81214
  Show dependency treegraph
 
Reported: 2012-03-15 16:54 PDT by Kentaro Hara
Modified: 2012-03-15 17:13 PDT (History)
2 users (show)

See Also:


Attachments
Patch (19.11 KB, patch)
2012-03-15 17:00 PDT, Kentaro Hara
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kentaro Hara 2012-03-15 16:54:21 PDT
This is a refactoring for bug 81214. Currently MarkupAccumulator mixes 'out' and 'result' for variable names of StringBuilder. We can unify them to 'result'.
Comment 1 Kentaro Hara 2012-03-15 17:00:27 PDT
Created attachment 132153 [details]
Patch
Comment 2 Kentaro Hara 2012-03-15 17:12:37 PDT
Committed r110915: <http://trac.webkit.org/changeset/110915>