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

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

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
« no previous file with comments | « Source/core/xml/XMLSerializer.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/xml/XMLSerializer.idl
diff --git a/Source/core/xml/XMLSerializer.idl b/Source/core/xml/XMLSerializer.idl
index 1a7b6279dba8f46db31cd54994b0786295794a33..2a1d78227cb0a8e0d07d090f779d8df0116ebbdc 100644
--- a/Source/core/xml/XMLSerializer.idl
+++ b/Source/core/xml/XMLSerializer.idl
@@ -19,9 +19,9 @@
*/
[
+ Constructor,
+ TypeChecking=Interface,
WillBeGarbageCollected,
- Constructor
] interface XMLSerializer {
- [RaisesException] DOMString serializeToString([Default=Undefined] optional Node node);
+ DOMString serializeToString(Node root);
};
-
« no previous file with comments | « Source/core/xml/XMLSerializer.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698