| Index: third_party/WebKit/Source/core/dom/DocumentFragment.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/DocumentFragment.cpp b/third_party/WebKit/Source/core/dom/DocumentFragment.cpp
|
| index 8f7ec8a77879928b28c0f685aa44f61170375863..4db73c0fcbfe1183a4cda623da8c99412f5231aa 100644
|
| --- a/third_party/WebKit/Source/core/dom/DocumentFragment.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/DocumentFragment.cpp
|
| @@ -57,7 +57,7 @@ bool DocumentFragment::childTypeAllowed(NodeType type) const {
|
| }
|
| }
|
|
|
| -Node* DocumentFragment::cloneNode(bool deep) {
|
| +Node* DocumentFragment::cloneNode(bool deep, ExceptionState&) {
|
| DocumentFragment* clone = create(document());
|
| if (deep)
|
| cloneChildNodes(clone);
|
|
|