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

Unified Diff: third_party/WebKit/Source/core/dom/shadow/ShadowRoot.idl

Issue 1482433003: Sync cloneNode() IDL with the spec (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
Index: third_party/WebKit/Source/core/dom/shadow/ShadowRoot.idl
diff --git a/third_party/WebKit/Source/core/dom/shadow/ShadowRoot.idl b/third_party/WebKit/Source/core/dom/shadow/ShadowRoot.idl
index cfb06f2daa039241bc40baa68b6c3314b857edae..f783a41ed2386ce918b361f3ce077e62754ac058 100644
--- a/third_party/WebKit/Source/core/dom/shadow/ShadowRoot.idl
+++ b/third_party/WebKit/Source/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 | « third_party/WebKit/Source/core/dom/Text.h ('k') | third_party/WebKit/Source/core/html/HTMLTemplateElement.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698