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

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

Issue 2697923005: Remove unnecessary override of Node#cloneNode in ShadowRoot's WebIDL (Closed)
Patch Set: updated {mac,win} global-interface-listing-expected.txt Created 3 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
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 fd0affcca3489707348b734f22660aa335508a20..11d31651078fb1e43f656caf60de762c26580f99 100644
--- a/third_party/WebKit/Source/core/dom/shadow/ShadowRoot.idl
+++ b/third_party/WebKit/Source/core/dom/shadow/ShadowRoot.idl
@@ -32,12 +32,6 @@ interface ShadowRoot : DocumentFragment {
[ImplementedAs=olderShadowRootForBindings] readonly attribute ShadowRoot? olderShadowRoot;
[TreatNullAs=NullString, CEReactions, CustomElementCallbacks, RaisesException=Setter] attribute DOMString innerHTML;
readonly attribute boolean delegatesFocus;
-
- // TODO(foolip): The spec does not override cloneNode() on the ShadowRoot
- // 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(optional boolean deep = false);
};
ShadowRoot implements DocumentOrShadowRoot;
« no previous file with comments | « third_party/WebKit/Source/core/dom/shadow/ShadowRoot.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