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

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

Issue 752153002: Sync XMLSerializer IDL with spec (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 6 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
Index: Source/core/xml/XMLSerializer.h
diff --git a/Source/core/xml/XMLSerializer.h b/Source/core/xml/XMLSerializer.h
index 38b3131d034b78981c7a1c439eddb51fe9b9d448..09d9a4665beb5b1c16f58bd125b56488af2a41e0 100644
--- a/Source/core/xml/XMLSerializer.h
+++ b/Source/core/xml/XMLSerializer.h
@@ -39,7 +39,7 @@ public:
return adoptRefWillBeNoop(new XMLSerializer);
}
- String serializeToString(Node*, ExceptionState&);
+ String serializeToString(Node*);
void trace(Visitor*) { }
« no previous file with comments | « LayoutTests/fast/dom/xmlserializer-serialize-to-string-exception-expected.txt ('k') | Source/core/xml/XMLSerializer.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698