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

Unified Diff: core/xml/XMLSerializer.idl

Issue 1660113002: Updated to Chrome 45 (2454) moved from SVN to git. Base URL: https://github.com/dart-lang/webcore.git@roll_45
Patch Set: Created 4 years, 11 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
« no previous file with comments | « core/xml/XMLHttpRequestUpload.idl ('k') | core/xml/XPathEvaluator.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/xml/XMLSerializer.idl
diff --git a/core/xml/XMLSerializer.idl b/core/xml/XMLSerializer.idl
index 1a7b6279dba8f46db31cd54994b0786295794a33..ee2e83cf70ebd77cb926c9ef1b420cabc050f901 100644
--- a/core/xml/XMLSerializer.idl
+++ b/core/xml/XMLSerializer.idl
@@ -18,10 +18,12 @@
* Boston, MA 02110-1301, USA.
*/
+// https://dvcs.w3.org/hg/innerhtml/raw-file/tip/index.html#the-xmlserializer-interface
+
[
- WillBeGarbageCollected,
- Constructor
+ Constructor,
+ GarbageCollected,
+ TypeChecking=Interface,
] interface XMLSerializer {
- [RaisesException] DOMString serializeToString([Default=Undefined] optional Node node);
+ DOMString serializeToString(Node root);
};
-
« no previous file with comments | « core/xml/XMLHttpRequestUpload.idl ('k') | core/xml/XPathEvaluator.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698