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

Unified Diff: third_party/WebKit/Source/core/dom/Element.h

Issue 2697923005: Remove unnecessary override of Node#cloneNode in ShadowRoot's WebIDL (Closed)
Patch Set: 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/Element.h
diff --git a/third_party/WebKit/Source/core/dom/Element.h b/third_party/WebKit/Source/core/dom/Element.h
index 8a26e38bde88c7f6809dcd81070e0e62cd5c169b..3038943e35fc8832e109c9665ab8e6d77c27abd3 100644
--- a/third_party/WebKit/Source/core/dom/Element.h
+++ b/third_party/WebKit/Source/core/dom/Element.h
@@ -907,7 +907,7 @@ class CORE_EXPORT Element : public ContainerNode {
// cloneNode is private so that non-virtual cloneElementWithChildren and
// cloneElementWithoutChildren are used instead.
- Node* cloneNode(bool deep) override;
+ Node* cloneNode(bool deep, ExceptionState&) override;
virtual Element* cloneElementWithoutAttributesAndChildren();
QualifiedName m_tagName;

Powered by Google App Engine
This is Rietveld 408576698