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

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

Issue 1177733002: Merge page serializers [11/12] (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Moar issues Created 5 years, 6 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
Index: Source/core/editing/MarkupAccumulator.h
diff --git a/Source/core/editing/MarkupAccumulator.h b/Source/core/editing/MarkupAccumulator.h
index 77394ba3ec395d541f7ee85f1a3abfcf17700163..f4c67041f4690e0581192d98770a2ae8b5b42d9f 100644
--- a/Source/core/editing/MarkupAccumulator.h
+++ b/Source/core/editing/MarkupAccumulator.h
@@ -63,7 +63,7 @@ public:
virtual void appendElement(StringBuilder&, Element&, Namespaces*);
void appendOpenTag(StringBuilder&, const Element&, Namespaces*);
void appendCloseTag(StringBuilder&, const Element&);
- void appendAttribute(StringBuilder&, const Element&, const Attribute&, Namespaces*);
+ virtual void appendAttribute(StringBuilder&, const Element&, const Attribute&, Namespaces*);
EntityMask entityMaskForText(const Text&) const;

Powered by Google App Engine
This is Rietveld 408576698