| Index: third_party/WebKit/Source/core/dom/Comment.h
|
| diff --git a/third_party/WebKit/Source/core/dom/Comment.h b/third_party/WebKit/Source/core/dom/Comment.h
|
| index c4c9be199e69cdc3ba96c08c7618d54b46360bae..449f882c121f4e6198ebebfd80e1d157f8c6e779 100644
|
| --- a/third_party/WebKit/Source/core/dom/Comment.h
|
| +++ b/third_party/WebKit/Source/core/dom/Comment.h
|
| @@ -38,7 +38,7 @@ class Comment final : public CharacterData {
|
|
|
| String nodeName() const override;
|
| NodeType getNodeType() const override;
|
| - Node* cloneNode(bool deep) override;
|
| + Node* cloneNode(bool deep, ExceptionState&) override;
|
| };
|
|
|
| DEFINE_NODE_TYPE_CASTS(Comment, getNodeType() == Node::kCommentNode);
|
|
|