Chromium Code Reviews| Index: Source/core/dom/Comment.cpp |
| diff --git a/Source/core/dom/Comment.cpp b/Source/core/dom/Comment.cpp |
| index 90fb91b2ab8f4ba001f669c8c1ccfaf25b2b01d6..1fc329dd81b7f30ee66bc90c42b98087c70216b8 100644 |
| --- a/Source/core/dom/Comment.cpp |
| +++ b/Source/core/dom/Comment.cpp |
| @@ -52,9 +52,4 @@ PassRefPtr<Node> Comment::cloneNode(bool /*deep*/) |
| return create(document(), data()); |
| } |
| -bool Comment::childTypeAllowed(NodeType) const |
| -{ |
| - return false; |
| -} |
| - |
| } // namespace WebCore |