summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/dom/Notation.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/dom/Notation.h')
-rw-r--r--Source/WebCore/dom/Notation.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebCore/dom/Notation.h b/Source/WebCore/dom/Notation.h
index 547c9e7..b2155ba 100644
--- a/Source/WebCore/dom/Notation.h
+++ b/Source/WebCore/dom/Notation.h
@@ -39,7 +39,7 @@ private:
virtual String nodeName() const;
virtual NodeType nodeType() const;
virtual PassRefPtr<Node> cloneNode(bool deep);
- virtual bool childTypeAllowed(NodeType);
+ virtual bool childTypeAllowed(NodeType) const;
String m_name;
String m_publicId;