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

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

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/Attr.h
diff --git a/third_party/WebKit/Source/core/dom/Attr.h b/third_party/WebKit/Source/core/dom/Attr.h
index 8d572f122a162c315663c60b2e805995bddac3ed..dc3f39dd5fd8edd9761be43958ab2a585b8307d5 100644
--- a/third_party/WebKit/Source/core/dom/Attr.h
+++ b/third_party/WebKit/Source/core/dom/Attr.h
@@ -74,7 +74,7 @@ class CORE_EXPORT Attr final : public Node {
String nodeValue() const override { return value(); }
void setNodeValue(const String&) override;
- Node* cloneNode(bool deep) override;
+ Node* cloneNode(bool deep, ExceptionState&) override;
bool isAttributeNode() const override { return true; }

Powered by Google App Engine
This is Rietveld 408576698