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

Unified Diff: Source/core/xml/XMLSerializer.h

Issue 534583002: Implemented XMLSerializer in PrivateScript. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Removed isHTMLDocument Created 6 years, 3 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/xml/XMLSerializer.h
diff --git a/Source/core/xml/XMLSerializer.h b/Source/core/xml/XMLSerializer.h
index afd72333435d505484d0fa9963c2323df90f94ce..c4daecdd6f17de333c09d6c5d7561b227c5b306d 100644
--- a/Source/core/xml/XMLSerializer.h
+++ b/Source/core/xml/XMLSerializer.h
@@ -39,8 +39,6 @@ public:
return adoptRefWillBeNoop(new XMLSerializer);
}
- String serializeToString(Node*, ExceptionState&);
-
void trace(Visitor*) { }
private:

Powered by Google App Engine
This is Rietveld 408576698