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

Unified Diff: third_party/WebKit/Source/core/dom/DocumentFragment.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/DocumentFragment.h
diff --git a/third_party/WebKit/Source/core/dom/DocumentFragment.h b/third_party/WebKit/Source/core/dom/DocumentFragment.h
index 7e50f0ce6fab2ae9f875c1cefd6f015c9cd3c4ac..6e6f0888ac2f2f47df2ea5fc0076c92c123f126e 100644
--- a/third_party/WebKit/Source/core/dom/DocumentFragment.h
+++ b/third_party/WebKit/Source/core/dom/DocumentFragment.h
@@ -52,7 +52,7 @@ class CORE_EXPORT DocumentFragment : public ContainerNode {
private:
NodeType getNodeType() const final;
- Node* cloneNode(bool deep) override;
+ Node* cloneNode(bool deep, ExceptionState&) override;
bool childTypeAllowed(NodeType) const override;
bool isDocumentFragment() const =
« no previous file with comments | « third_party/WebKit/Source/core/dom/Document.cpp ('k') | third_party/WebKit/Source/core/dom/DocumentFragment.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698