summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/dom/Attr.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/dom/Attr.h')
-rw-r--r--Source/WebCore/dom/Attr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebCore/dom/Attr.h b/Source/WebCore/dom/Attr.h
index e76d2fa..217a0c3 100644
--- a/Source/WebCore/dom/Attr.h
+++ b/Source/WebCore/dom/Attr.h
@@ -79,7 +79,7 @@ private:
virtual PassRefPtr<Node> cloneNode(bool deep);
virtual bool isAttributeNode() const { return true; }
- virtual bool childTypeAllowed(NodeType);
+ virtual bool childTypeAllowed(NodeType) const;
virtual void childrenChanged(bool changedByParser = false, Node* beforeChange = 0, Node* afterChange = 0, int childCountDelta = 0);