| Index: third_party/WebKit/Source/core/dom/ProcessingInstruction.h
|
| diff --git a/third_party/WebKit/Source/core/dom/ProcessingInstruction.h b/third_party/WebKit/Source/core/dom/ProcessingInstruction.h
|
| index 3ab26a770e1bf510dda635b265d2a9e6b01e98a7..8a145d46ed8054de584caaa151d8e5d67c313ea4 100644
|
| --- a/third_party/WebKit/Source/core/dom/ProcessingInstruction.h
|
| +++ b/third_party/WebKit/Source/core/dom/ProcessingInstruction.h
|
| @@ -77,7 +77,7 @@ class ProcessingInstruction final : public CharacterData,
|
|
|
| String nodeName() const override;
|
| NodeType getNodeType() const override;
|
| - Node* cloneNode(bool deep) override;
|
| + Node* cloneNode(bool deep, ExceptionState&) override;
|
|
|
| InsertionNotificationRequest insertedInto(ContainerNode*) override;
|
| void removedFrom(ContainerNode*) override;
|
|
|