summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/dom/Comment.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/dom/Comment.cpp')
-rw-r--r--Source/WebCore/dom/Comment.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebCore/dom/Comment.cpp b/Source/WebCore/dom/Comment.cpp
index 00f1724..92cffed 100644
--- a/Source/WebCore/dom/Comment.cpp
+++ b/Source/WebCore/dom/Comment.cpp
@@ -51,7 +51,7 @@ PassRefPtr<Node> Comment::cloneNode(bool /*deep*/)
return create(document(), data());
}
-bool Comment::childTypeAllowed(NodeType)
+bool Comment::childTypeAllowed(NodeType) const
{
return false;
}