| 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 48f16d982ecc79ef7e49a6c56b8ca86d6ac86a92..7b49709b72fed66830752e2af367ccdf69a08306 100644
|
| --- a/third_party/WebKit/Source/core/dom/Node.h
|
| +++ b/third_party/WebKit/Source/core/dom/Node.h
|
| @@ -226,7 +226,7 @@ class CORE_EXPORT Node : public EventTarget {
|
| Node* appendChild(Node* newChild, ExceptionState& = ASSERT_NO_EXCEPTION);
|
|
|
| bool hasChildren() const { return firstChild(); }
|
| - virtual Node* cloneNode(bool deep) = 0;
|
| + virtual Node* cloneNode(bool deep, ExceptionState& = ASSERT_NO_EXCEPTION) = 0;
|
| void normalize();
|
|
|
| bool isEqualNode(Node*) const;
|
|
|