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) |