summaryrefslogtreecommitdiffstats
path: root/WebCore/dom/Comment.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/dom/Comment.h')
-rw-r--r--WebCore/dom/Comment.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/WebCore/dom/Comment.h b/WebCore/dom/Comment.h
index 680ffae..a0210c4 100644
--- a/WebCore/dom/Comment.h
+++ b/WebCore/dom/Comment.h
@@ -37,7 +37,6 @@ private:
virtual String nodeName() const;
virtual NodeType nodeType() const;
virtual PassRefPtr<Node> cloneNode(bool deep);
- virtual bool isCommentNode() const { return true; }
virtual bool childTypeAllowed(NodeType);
};