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>&); |