| Index: Source/WebCore/svg/SVGGlyphRefElement.cpp
|
| diff --git a/Source/WebCore/svg/SVGGlyphRefElement.cpp b/Source/WebCore/svg/SVGGlyphRefElement.cpp
|
| index 72837495fca34304a778071690d1fbe9c827b836..8be60834f34407f0b1171f57ef0936f2a42b5f27 100644
|
| --- a/Source/WebCore/svg/SVGGlyphRefElement.cpp
|
| +++ b/Source/WebCore/svg/SVGGlyphRefElement.cpp
|
| @@ -46,6 +46,7 @@ inline SVGGlyphRefElement::SVGGlyphRefElement(const QualifiedName& tagName, Docu
|
| , m_dy(0)
|
| {
|
| ASSERT(hasTagName(SVGNames::glyphRefTag));
|
| + ScriptWrappable::init(this);
|
| registerAnimatedPropertiesForSVGGlyphRefElement();
|
| }
|
|
|
|
|