| Index: third_party/WebKit/Source/core/dom/Document.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/Document.cpp b/third_party/WebKit/Source/core/dom/Document.cpp
|
| index 466fc6fe40c3cdef97c86676e1d8afb2bea865ec..0980c85f1525e5562163a1dcc6942109a86cc0b3 100644
|
| --- a/third_party/WebKit/Source/core/dom/Document.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/Document.cpp
|
| @@ -3695,7 +3695,7 @@ bool Document::canAcceptChild(const Node& newChild,
|
| return true;
|
| }
|
|
|
| -Node* Document::cloneNode(bool deep) {
|
| +Node* Document::cloneNode(bool deep, ExceptionState&) {
|
| Document* clone = cloneDocumentWithoutChildren();
|
| clone->cloneDataFromDocument(*this);
|
| if (deep)
|
|
|