RESOLVED FIXED Bug 81288
[Refactoring] Rename StringBuilder variables in MarkupAccumulator.{h,cpp}
https://bugs.webkit.org/show_bug.cgi?id=81288
Summary [Refactoring] Rename StringBuilder variables in MarkupAccumulator.{h,cpp}
Kentaro Hara
Reported 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'.
Attachments
Patch (19.11 KB, patch)
2012-03-15 17:00 PDT, Kentaro Hara
no flags
Kentaro Hara
Comment 1 2012-03-15 17:00:27 PDT
Kentaro Hara
Comment 2 2012-03-15 17:12:37 PDT
Note You need to log in before you can comment on or make changes to this bug.