Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1003)

Unified Diff: Source/core/editing/MarkupAccumulator.h

Issue 121043005: Clean up virtual methods in MarkupAccumulator and subclasses (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | Source/core/editing/markup.cpp » ('j') | Source/core/editing/markup.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/editing/MarkupAccumulator.h
diff --git a/Source/core/editing/MarkupAccumulator.h b/Source/core/editing/MarkupAccumulator.h
index 1670b18f8af721166a18c82678f42aec4db848a9..916fdf58b0000b069ce4862195202487bd71af2d 100644
--- a/Source/core/editing/MarkupAccumulator.h
+++ b/Source/core/editing/MarkupAccumulator.h
@@ -78,7 +78,7 @@ public:
static void appendCharactersReplacingEntities(StringBuilder&, const String&, unsigned, unsigned, EntityMask);
protected:
- virtual void appendString(const String&);
+ void appendString(const String&);
void appendStartTag(Node*, Namespaces* = 0);
virtual void appendEndTag(Node*);
static size_t totalLength(const Vector<String>&);
« no previous file with comments | « no previous file | Source/core/editing/markup.cpp » ('j') | Source/core/editing/markup.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698