DescriptionClean up virtual methods in MarkupAccumulator and subclasses
Clean up virtual methods in MarkupAccumulator and subclasses:
- Use OVERRIDE for overriden virtual methods in StyledMarkupAccumulator and
SerializerMarkupAccumulator
- Mark StyledMarkupAccumulator and SerializerMarkupAccumulator and FINAL as
these are never subclassed and they override several virtual methods.
- MarkupAccumulator::appendString() does not need to be virtual as it does not
need to be overriden
R=adamk
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=164614
Patch Set 1 #
Total comments: 2
Messages
Total messages: 6 (0 generated)
|