| Index: Source/WebCore/svg/SVGPolygonElement.cpp
|
| diff --git a/Source/WebCore/svg/SVGPolygonElement.cpp b/Source/WebCore/svg/SVGPolygonElement.cpp
|
| index 803d32413d7aa4738beeb8263e30465d36ebb040..083f9e9b29a928950f99b01b93e0d69ac0b7726f 100644
|
| --- a/Source/WebCore/svg/SVGPolygonElement.cpp
|
| +++ b/Source/WebCore/svg/SVGPolygonElement.cpp
|
| @@ -30,6 +30,7 @@ inline SVGPolygonElement::SVGPolygonElement(const QualifiedName& tagName, Docume
|
| : SVGPolyElement(tagName, document)
|
| {
|
| ASSERT(hasTagName(SVGNames::polygonTag));
|
| + ScriptWrappable::init(this);
|
| }
|
|
|
| PassRefPtr<SVGPolygonElement> SVGPolygonElement::create(const QualifiedName& tagName, Document* document)
|
|
|