| 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 bbe68cfb4903fca3a2ff89a2ac73b99d80992a51..a223466af7861d8b0ac87809a8985442f7d8755a 100644
|
| --- a/third_party/WebKit/Source/core/dom/Comment.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/Comment.cpp
|
| @@ -40,7 +40,7 @@ String Comment::nodeName() const
|
| return "#comment";
|
| }
|
|
|
| -Node::NodeType Comment::nodeType() const
|
| +Node::NodeType Comment::getNodeType() const
|
| {
|
| return COMMENT_NODE;
|
| }
|
|
|