| Index: third_party/WebKit/Source/core/dom/Comment.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/Comment.cpp b/third_party/WebKit/Source/core/dom/Comment.cpp
|
| index f9d4d59a373ee0aaf69f77d834da6d1b704447b4..bde352af8e6f3d40faee3d5e505017f9846cae3e 100644
|
| --- a/third_party/WebKit/Source/core/dom/Comment.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/Comment.cpp
|
| @@ -40,7 +40,7 @@ Node::NodeType Comment::getNodeType() const {
|
| return kCommentNode;
|
| }
|
|
|
| -Node* Comment::cloneNode(bool /*deep*/) {
|
| +Node* Comment::cloneNode(bool /*deep*/, ExceptionState&) {
|
| return create(document(), data());
|
| }
|
|
|
|
|