Index: Source/WebCore/css/WebKitCSSMatrix.cpp |
diff --git a/Source/WebCore/css/WebKitCSSMatrix.cpp b/Source/WebCore/css/WebKitCSSMatrix.cpp |
index 5188b66b87dac3b2d17241c419373e101fb270a4..7764449d0eeaf0b71559314cfe8c0a4e0f625d35 100644 |
--- a/Source/WebCore/css/WebKitCSSMatrix.cpp |
+++ b/Source/WebCore/css/WebKitCSSMatrix.cpp |
@@ -39,10 +39,12 @@ namespace WebCore { |
WebKitCSSMatrix::WebKitCSSMatrix(const TransformationMatrix& m) |
: m_matrix(m) |
{ |
+ ScriptWrappable::init(this); |
} |
WebKitCSSMatrix::WebKitCSSMatrix(const String& s, ExceptionCode& ec) |
{ |
+ ScriptWrappable::init(this); |
setMatrixValue(s, ec); |
} |