| Index: third_party/WebKit/Source/core/dom/Element.h
|
| diff --git a/third_party/WebKit/Source/core/dom/Element.h b/third_party/WebKit/Source/core/dom/Element.h
|
| index 8a26e38bde88c7f6809dcd81070e0e62cd5c169b..3038943e35fc8832e109c9665ab8e6d77c27abd3 100644
|
| --- a/third_party/WebKit/Source/core/dom/Element.h
|
| +++ b/third_party/WebKit/Source/core/dom/Element.h
|
| @@ -907,7 +907,7 @@ class CORE_EXPORT Element : public ContainerNode {
|
|
|
| // cloneNode is private so that non-virtual cloneElementWithChildren and
|
| // cloneElementWithoutChildren are used instead.
|
| - Node* cloneNode(bool deep) override;
|
| + Node* cloneNode(bool deep, ExceptionState&) override;
|
| virtual Element* cloneElementWithoutAttributesAndChildren();
|
|
|
| QualifiedName m_tagName;
|
|
|