summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/mathml/MathMLMathElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/mathml/MathMLMathElement.h')
-rw-r--r--Source/WebCore/mathml/MathMLMathElement.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/WebCore/mathml/MathMLMathElement.h b/Source/WebCore/mathml/MathMLMathElement.h
index d31d548..81f161b 100644
--- a/Source/WebCore/mathml/MathMLMathElement.h
+++ b/Source/WebCore/mathml/MathMLMathElement.h
@@ -39,6 +39,7 @@ public:
private:
MathMLMathElement(const QualifiedName& tagName, Document*);
+ virtual void insertedIntoDocument();
virtual RenderObject* createRenderer(RenderArena*, RenderStyle*);
};