| Index: third_party/WebKit/Source/core/dom/Text.h
|
| diff --git a/third_party/WebKit/Source/core/dom/Text.h b/third_party/WebKit/Source/core/dom/Text.h
|
| index ea36fc688b4c6cfc898b182f5b7d2a376012bbc9..7c865df308f78764bbe377ff4fb22e376fd7d479 100644
|
| --- a/third_party/WebKit/Source/core/dom/Text.h
|
| +++ b/third_party/WebKit/Source/core/dom/Text.h
|
| @@ -75,7 +75,7 @@ class CORE_EXPORT Text : public CharacterData {
|
|
|
| private:
|
| String nodeName() const override;
|
| - Node* cloneNode(bool deep) final;
|
| + Node* cloneNode(bool deep, ExceptionState&) final;
|
|
|
| bool isTextNode() const =
|
| delete; // This will catch anyone doing an unnecessary check.
|
|
|