| Index: third_party/WebKit/Source/core/dom/Node.h
|
| diff --git a/third_party/WebKit/Source/core/dom/Node.h b/third_party/WebKit/Source/core/dom/Node.h
|
| index e7ab471e7bc892deb76006f49abc601c9c3f906a..18ea2ae7f70a1bec04a49125d91c7e877eb742e5 100644
|
| --- a/third_party/WebKit/Source/core/dom/Node.h
|
| +++ b/third_party/WebKit/Source/core/dom/Node.h
|
| @@ -228,7 +228,7 @@ public:
|
| PassRefPtrWillBeRawPtr<Node> appendChild(PassRefPtrWillBeRawPtr<Node> newChild, ExceptionState& = ASSERT_NO_EXCEPTION);
|
|
|
| bool hasChildren() const { return firstChild(); }
|
| - virtual PassRefPtrWillBeRawPtr<Node> cloneNode(bool deep = false) = 0;
|
| + virtual PassRefPtrWillBeRawPtr<Node> cloneNode(bool deep) = 0;
|
| void normalize();
|
|
|
| bool isSameNode(Node* other) const { return this == other; }
|
|
|