| 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 c805f7beb61e7f8e2118b719b6019745b862483a..9a2d2d5abba3d4a82f54e82c1203d27a6166398b 100644
|
| --- a/third_party/WebKit/Source/core/dom/Comment.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/Comment.cpp
|
| @@ -42,7 +42,7 @@ String Comment::nodeName() const
|
|
|
| Node::NodeType Comment::getNodeType() const
|
| {
|
| - return COMMENT_NODE;
|
| + return kCommentNode;
|
| }
|
|
|
| Node* Comment::cloneNode(bool /*deep*/)
|
|
|