| Index: Source/core/css/WebKitCSSMatrix.cpp
|
| diff --git a/Source/core/css/WebKitCSSMatrix.cpp b/Source/core/css/WebKitCSSMatrix.cpp
|
| index c58d74528370d421fc8448ed2d60d87c30b1aace..9efebb55f67c5b86e42f801818a3b2ba506471e4 100644
|
| --- a/Source/core/css/WebKitCSSMatrix.cpp
|
| +++ b/Source/core/css/WebKitCSSMatrix.cpp
|
| @@ -57,7 +57,7 @@ void WebKitCSSMatrix::setMatrixValue(const String& string, ExceptionCode& ec)
|
| if (string.isEmpty())
|
| return;
|
|
|
| - RefPtr<StylePropertySet> styleDeclaration = StylePropertySet::create();
|
| + RefPtr<MutableStylePropertySet> styleDeclaration = MutableStylePropertySet::create();
|
| if (CSSParser::parseValue(styleDeclaration.get(), CSSPropertyWebkitTransform, string, true, CSSStrictMode, 0)) {
|
| // Convert to TransformOperations. This can fail if a property
|
| // requires style (i.e., param uses 'ems' or 'exs')
|
|
|