| Index: Source/WebCore/svg/SVGFontElement.cpp
|
| diff --git a/Source/WebCore/svg/SVGFontElement.cpp b/Source/WebCore/svg/SVGFontElement.cpp
|
| index c8ea3c830cde1ccedf44ab00152099164e473c2d..4722eae1d4625e9c2aebb7052666b999430ca480 100644
|
| --- a/Source/WebCore/svg/SVGFontElement.cpp
|
| +++ b/Source/WebCore/svg/SVGFontElement.cpp
|
| @@ -50,6 +50,7 @@ inline SVGFontElement::SVGFontElement(const QualifiedName& tagName, Document* do
|
| , m_isGlyphCacheValid(false)
|
| {
|
| ASSERT(hasTagName(SVGNames::fontTag));
|
| + ScriptWrappable::init(this);
|
| registerAnimatedPropertiesForSVGFontElement();
|
| }
|
|
|
|
|