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

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

Issue 68613003: Merges the two different page serializers (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Remove newline after XML decl Created 7 years 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 | « Source/core/dom/Element.h ('k') | Source/core/page/PageSerializer.h » ('j') | no next file with comments »
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 a126567c964984d37ccf77fdc0d8edf375dd2c4e..e05e6c3b89e45766c4777c643bdc8a8cecf62072 100644
--- a/Source/core/editing/MarkupAccumulator.h
+++ b/Source/core/editing/MarkupAccumulator.h
@@ -97,7 +97,7 @@ protected:
virtual void appendElement(StringBuilder&, Element*, Namespaces*);
void appendOpenTag(StringBuilder&, Element*, Namespaces*);
void appendCloseTag(StringBuilder&, Element*);
- void appendAttribute(StringBuilder&, Element*, const Attribute&, Namespaces*);
+ virtual void appendAttribute(StringBuilder&, Element*, const Attribute&, Namespaces*);
void appendCDATASection(StringBuilder&, const String&);
void appendStartMarkup(StringBuilder&, const Node*, Namespaces*);
bool shouldSelfClose(const Node*);
« no previous file with comments | « Source/core/dom/Element.h ('k') | Source/core/page/PageSerializer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698