Bug 45624 - Move functions of StyledMarkupAccumulator below that of MarkupAccumulator
Summary: Move functions of StyledMarkupAccumulator below that of MarkupAccumulator
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: HTML Editing (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Enhancement
Assignee: Nobody
URL:
Keywords:
Depends on: 44854
Blocks:
  Show dependency treegraph
 
Reported: 2010-09-12 16:37 PDT by Ryosuke Niwa
Modified: 2010-09-13 11:42 PDT (History)
6 users (show)

See Also:


Attachments
cleanup (27.48 KB, patch)
2010-09-12 16:41 PDT, Ryosuke Niwa
tkent: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ryosuke Niwa 2010-09-12 16:37:43 PDT
Right now, the definitions of functions of MarkupAccumulator and StyledMarkupAccumulator are interleaving each other.  We should move the definitions of StyledMarkupAccumulator and its function below that of MarkupAccumulator for a better readability.
Comment 1 Ryosuke Niwa 2010-09-12 16:41:41 PDT
Created attachment 67347 [details]
cleanup
Comment 2 Kent Tamura 2010-09-12 18:50:16 PDT
Comment on attachment 67347 [details]
cleanup

ok
Comment 3 Ryosuke Niwa 2010-09-13 11:42:08 PDT
Committed r67399: <http://trac.webkit.org/changeset/67399>