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/Document.h

Issue 1482433003: Sync cloneNode() IDL with the spec (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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/Comment.h ('k') | third_party/WebKit/Source/core/dom/DocumentFragment.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/dom/Document.h
diff --git a/third_party/WebKit/Source/core/dom/Document.h b/third_party/WebKit/Source/core/dom/Document.h
index 56c7aa95d0979d5d5b0b36d9bef63fb14ed14de9..22555f49780e8a9b311f59cd5cf31ac0459bc4f4 100644
--- a/third_party/WebKit/Source/core/dom/Document.h
+++ b/third_party/WebKit/Source/core/dom/Document.h
@@ -1103,7 +1103,7 @@ private:
String nodeName() const final;
NodeType nodeType() const final;
bool childTypeAllowed(NodeType) const final;
- PassRefPtrWillBeRawPtr<Node> cloneNode(bool deep = true) final;
+ PassRefPtrWillBeRawPtr<Node> cloneNode(bool deep) final;
void cloneDataFromDocument(const Document&);
#if !ENABLE(OILPAN)
« no previous file with comments | « third_party/WebKit/Source/core/dom/Comment.h ('k') | third_party/WebKit/Source/core/dom/DocumentFragment.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698