Index: Source/WebCore/svg/SVGCursorElement.cpp |
diff --git a/Source/WebCore/svg/SVGCursorElement.cpp b/Source/WebCore/svg/SVGCursorElement.cpp |
index edf9d9c36b4d4d5700fcafec3c11ccfae6cf9185..9923b4aaefcc8526d53199dc74b7e78bc7392b45 100644 |
--- a/Source/WebCore/svg/SVGCursorElement.cpp |
+++ b/Source/WebCore/svg/SVGCursorElement.cpp |
@@ -50,6 +50,7 @@ inline SVGCursorElement::SVGCursorElement(const QualifiedName& tagName, Document |
, m_y(LengthModeHeight) |
{ |
ASSERT(hasTagName(SVGNames::cursorTag)); |
+ ScriptWrappable::init(this); |
registerAnimatedPropertiesForSVGCursorElement(); |
} |