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

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

Issue 73673003: Revert 162155 "This review merges the two existing page serializ..." (Closed) Base URL: svn://svn.chromium.org/blink/
Patch Set: Created 7 years, 1 month 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 | « trunk/Source/core/dom/Element.h ('k') | trunk/Source/core/page/PageSerializer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/Source/core/editing/MarkupAccumulator.h
===================================================================
--- trunk/Source/core/editing/MarkupAccumulator.h (revision 162155)
+++ trunk/Source/core/editing/MarkupAccumulator.h (working copy)
@@ -97,7 +97,7 @@
virtual void appendElement(StringBuilder&, Element*, Namespaces*);
void appendOpenTag(StringBuilder&, Element*, Namespaces*);
void appendCloseTag(StringBuilder&, Element*);
- virtual void appendAttribute(StringBuilder&, Element*, const Attribute&, Namespaces*);
+ 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 | « trunk/Source/core/dom/Element.h ('k') | trunk/Source/core/page/PageSerializer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698