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

Unified Diff: sky/engine/core/dom/shadow/ShadowRoot.idl

Issue 931273002: Fix the tests after my previous commit. (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/shadow/ShadowRoot.idl
diff --git a/sky/engine/core/dom/shadow/ShadowRoot.idl b/sky/engine/core/dom/shadow/ShadowRoot.idl
index e37e91a2cf16cd9a57dafada41b86cd74ad95664..8df518b25500a16c119ea98b33e3253cb62a4908 100644
--- a/sky/engine/core/dom/shadow/ShadowRoot.idl
+++ b/sky/engine/core/dom/shadow/ShadowRoot.idl
@@ -27,7 +27,7 @@
interface ShadowRoot : DocumentFragment {
readonly attribute Element activeElement;
- [RaisesException] Node cloneNode([Default=Undefined] optional boolean deep);
+ [RaisesException] Node cloneNode([Named] optional boolean deep = true);
Selection getSelection();
Element getElementById([Default=Undefined] optional DOMString elementId);
« 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