| Index: third_party/WebKit/Source/core/dom/Element.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/Element.cpp b/third_party/WebKit/Source/core/dom/Element.cpp
|
| index 2fde2c526802721659102806ad693fc66f3f70b6..8e073759aa47850e3b1d3b95e5e5afa1f02ab70e 100644
|
| --- a/third_party/WebKit/Source/core/dom/Element.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/Element.cpp
|
| @@ -249,7 +249,7 @@ bool Element::layoutObjectIsFocusable() const {
|
| layoutObject()->style()->visibility() == EVisibility::kVisible;
|
| }
|
|
|
| -Node* Element::cloneNode(bool deep) {
|
| +Node* Element::cloneNode(bool deep, ExceptionState&) {
|
| return deep ? cloneElementWithChildren() : cloneElementWithoutChildren();
|
| }
|
|
|
|
|