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

Unified Diff: third_party/WebKit/Source/core/html/HTMLTemplateElement.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/html/HTMLTemplateElement.h
diff --git a/third_party/WebKit/Source/core/html/HTMLTemplateElement.h b/third_party/WebKit/Source/core/html/HTMLTemplateElement.h
index 34ec48fc3b2289ef296bcaa99ea8498a609e2ce0..e685de808469e569547a4e1b6bc48a9fabbf14a9 100644
--- a/third_party/WebKit/Source/core/html/HTMLTemplateElement.h
+++ b/third_party/WebKit/Source/core/html/HTMLTemplateElement.h
@@ -52,7 +52,7 @@ class HTMLTemplateElement final : public HTMLElement {
DECLARE_VIRTUAL_TRACE_WRAPPERS();
private:
- Node* cloneNode(bool deep) override;
+ Node* cloneNode(bool deep, ExceptionState&) override;
void didMoveToNewDocument(Document& oldDocument) override;
explicit HTMLTemplateElement(Document&);
« no previous file with comments | « third_party/WebKit/Source/core/dom/shadow/ShadowRoot.idl ('k') | third_party/WebKit/Source/core/html/HTMLTemplateElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698