| Index: Source/WebCore/svg/SVGTitleElement.cpp
|
| diff --git a/Source/WebCore/svg/SVGTitleElement.cpp b/Source/WebCore/svg/SVGTitleElement.cpp
|
| index 51706f0e338bea30ed8031c36233900e867127a2..8f4a1469a3c6be09f7ed88d29e92c96e85bdd74f 100644
|
| --- a/Source/WebCore/svg/SVGTitleElement.cpp
|
| +++ b/Source/WebCore/svg/SVGTitleElement.cpp
|
| @@ -31,6 +31,7 @@ inline SVGTitleElement::SVGTitleElement(const QualifiedName& tagName, Document*
|
| : SVGStyledElement(tagName, document)
|
| {
|
| ASSERT(hasTagName(SVGNames::titleTag));
|
| + ScriptWrappable::init(this);
|
| }
|
|
|
| PassRefPtr<SVGTitleElement> SVGTitleElement::create(const QualifiedName& tagName, Document* document)
|
|
|