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

Unified Diff: sky/engine/core/dom/Node.idl

Issue 923093003: Add support for named arguments to our bindings generation. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 10 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 | « sky/engine/bindings/scripts/templates/interface_dart.template ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/dom/Node.idl
diff --git a/sky/engine/core/dom/Node.idl b/sky/engine/core/dom/Node.idl
index e90583dafa8e496784d7687964458feb89a69ee8..b7f093fc3470c005fa1b71a0f25c00e3b0ab8b22 100644
--- a/sky/engine/core/dom/Node.idl
+++ b/sky/engine/core/dom/Node.idl
@@ -38,7 +38,7 @@
[CustomElementCallbacks, RaisesException, TypeChecking=Interface] Node appendChild(Node newChild);
[ImplementedAs=hasChildren] boolean hasChildNodes();
- [CustomElementCallbacks] Node cloneNode(optional boolean deep);
+ [CustomElementCallbacks] Node cloneNode([Named] optional boolean deep = true);
[TreatReturnedNullStringAs=Null, TreatNullAs=NullString, TreatUndefinedAs=NullString, CustomElementCallbacks] attribute DOMString textContent;
« no previous file with comments | « sky/engine/bindings/scripts/templates/interface_dart.template ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698