summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/dom/Text.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/dom/Text.cpp')
-rw-r--r--Source/WebCore/dom/Text.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebCore/dom/Text.cpp b/Source/WebCore/dom/Text.cpp
index 5a28e37..906e421 100644
--- a/Source/WebCore/dom/Text.cpp
+++ b/Source/WebCore/dom/Text.cpp
@@ -292,7 +292,7 @@ void Text::recalcStyle(StyleChange change)
clearNeedsStyleRecalc();
}
-bool Text::childTypeAllowed(NodeType)
+bool Text::childTypeAllowed(NodeType) const
{
return false;
}