| Index: Source/WebCore/svg/SVGAltGlyphItemElement.cpp
|
| diff --git a/Source/WebCore/svg/SVGAltGlyphItemElement.cpp b/Source/WebCore/svg/SVGAltGlyphItemElement.cpp
|
| index cadbf5e5ab187ad6af4981653301c41cb2f3dd41..a635f65780b220af857dc838c97435cf32267f03 100644
|
| --- a/Source/WebCore/svg/SVGAltGlyphItemElement.cpp
|
| +++ b/Source/WebCore/svg/SVGAltGlyphItemElement.cpp
|
| @@ -31,6 +31,7 @@ inline SVGAltGlyphItemElement::SVGAltGlyphItemElement(const QualifiedName& tagNa
|
| : SVGElement(tagName, document)
|
| {
|
| ASSERT(hasTagName(SVGNames::altGlyphItemTag));
|
| + ScriptWrappable::init(this);
|
| }
|
|
|
| PassRefPtr<SVGAltGlyphItemElement> SVGAltGlyphItemElement::create(const QualifiedName& tagName, Document* document)
|
|
|