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

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

Issue 2786203002: Roll 50: Copied IDLs, PYTHON scripts from WebKit removed deleted files in WebCore (Closed)
Patch Set: Created 3 years, 9 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/dom/URLSearchParams.idl ('k') | core/dom/shadow/ShadowRootInit.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/dom/shadow/ShadowRoot.idl
diff --git a/core/dom/shadow/ShadowRoot.idl b/core/dom/shadow/ShadowRoot.idl
index cfb06f2daa039241bc40baa68b6c3314b857edae..f783a41ed2386ce918b361f3ce077e62754ac058 100644
--- a/core/dom/shadow/ShadowRoot.idl
+++ b/core/dom/shadow/ShadowRoot.idl
@@ -42,5 +42,5 @@ interface ShadowRoot : DocumentFragment {
// interface. Here, it's used to implement "Invoking the cloneNode() method
// on a ShadowRoot instance must always throw a DATA_CLONE_ERR exception" as
// Node.cloneNode() does not have [RaisesException].
- [RaisesException] Node cloneNode([Default=Undefined] optional boolean deep);
+ [RaisesException] Node cloneNode(optional boolean deep = false);
};
« no previous file with comments | « core/dom/URLSearchParams.idl ('k') | core/dom/shadow/ShadowRootInit.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698