Index: Source/core/dom/Comment.cpp |
diff --git a/Source/core/dom/Comment.cpp b/Source/core/dom/Comment.cpp |
index 186008aeceb9ec0f633f7ed1942d265038fd3b7b..90fb91b2ab8f4ba001f669c8c1ccfaf25b2b01d6 100644 |
--- a/Source/core/dom/Comment.cpp |
+++ b/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 |