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); |
}; |