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

Unified Diff: third_party/WebKit/Source/core/dom/Comment.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
« no previous file with comments | « third_party/WebKit/Source/core/dom/Attr.cpp ('k') | third_party/WebKit/Source/core/dom/Comment.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/dom/Comment.h
diff --git a/third_party/WebKit/Source/core/dom/Comment.h b/third_party/WebKit/Source/core/dom/Comment.h
index c4c9be199e69cdc3ba96c08c7618d54b46360bae..449f882c121f4e6198ebebfd80e1d157f8c6e779 100644
--- a/third_party/WebKit/Source/core/dom/Comment.h
+++ b/third_party/WebKit/Source/core/dom/Comment.h
@@ -38,7 +38,7 @@ class Comment final : public CharacterData {
String nodeName() const override;
NodeType getNodeType() const override;
- Node* cloneNode(bool deep) override;
+ Node* cloneNode(bool deep, ExceptionState&) override;
};
DEFINE_NODE_TYPE_CASTS(Comment, getNodeType() == Node::kCommentNode);
« no previous file with comments | « third_party/WebKit/Source/core/dom/Attr.cpp ('k') | third_party/WebKit/Source/core/dom/Comment.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698