Chromium Code Reviews| Index: Source/core/dom/Text.cpp |
| diff --git a/Source/core/dom/Text.cpp b/Source/core/dom/Text.cpp |
| index 12ba85ec63c4a597295a3c11808983d38ff46960..f43f6ecd0e0edaf27a1352fd2c5bd5c6f32f43ef 100644 |
| --- a/Source/core/dom/Text.cpp |
| +++ b/Source/core/dom/Text.cpp |
| @@ -226,7 +226,7 @@ PassRefPtr<Text> Text::replaceWholeText(const String& newText) |
| String Text::nodeName() const |
| { |
| - return textAtom.string(); |
| + return "#text"; |
| } |
| Node::NodeType Text::nodeType() const |