summaryrefslogtreecommitdiff
path: root/chromium/third_party/WebKit/Source/core/dom/Comment.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/WebKit/Source/core/dom/Comment.cpp')
-rw-r--r--chromium/third_party/WebKit/Source/core/dom/Comment.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/third_party/WebKit/Source/core/dom/Comment.cpp b/chromium/third_party/WebKit/Source/core/dom/Comment.cpp
index 186008aeceb..90fb91b2ab8 100644
--- a/chromium/third_party/WebKit/Source/core/dom/Comment.cpp
+++ b/chromium/third_party/WebKit/Source/core/dom/Comment.cpp
@@ -39,7 +39,7 @@ PassRefPtr<Comment> Comment::create(Document& document, const String& text)
String Comment::nodeName() const
{
- return commentAtom.string();
+ return "#comment";
}
Node::NodeType Comment::nodeType() const