diff options
Diffstat (limited to 'WebCore/mathml/MathMLTextElement.h')
-rw-r--r-- | WebCore/mathml/MathMLTextElement.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/WebCore/mathml/MathMLTextElement.h b/WebCore/mathml/MathMLTextElement.h index e647bfa..3af93d5 100644 --- a/WebCore/mathml/MathMLTextElement.h +++ b/WebCore/mathml/MathMLTextElement.h @@ -1,5 +1,6 @@ /* * Copyright (C) 2009 Alex Milowski (alex@milowski.com). All rights reserved. + * Copyright (C) 2010 Apple Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -35,11 +36,10 @@ class MathMLTextElement : public MathMLElement { public: static PassRefPtr<MathMLTextElement> create(const QualifiedName& tagName, Document*); - virtual RenderObject* createRenderer(RenderArena*, RenderStyle*); - -protected: +private: MathMLTextElement(const QualifiedName& tagName, Document*); - + + virtual RenderObject* createRenderer(RenderArena*, RenderStyle*); }; } |