| Index: Source/core/css/CSSMatrix.cpp
|
| diff --git a/Source/core/css/CSSMatrix.cpp b/Source/core/css/CSSMatrix.cpp
|
| index 7c00576cd3c065cc8ebe44a3f854c43d84549a65..a37ddfab72b19b019bdc993540d567db066237d6 100644
|
| --- a/Source/core/css/CSSMatrix.cpp
|
| +++ b/Source/core/css/CSSMatrix.cpp
|
| @@ -43,12 +43,10 @@ namespace blink {
|
| CSSMatrix::CSSMatrix(const TransformationMatrix& m)
|
| : m_matrix(m)
|
| {
|
| - ScriptWrappable::init(this);
|
| }
|
|
|
| CSSMatrix::CSSMatrix(const String& s, ExceptionState& exceptionState)
|
| {
|
| - ScriptWrappable::init(this);
|
| setMatrixValue(s, exceptionState);
|
| }
|
|
|
|
|