| Index: third_party/WebKit/Source/core/css/cssom/CSSTransformValue.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/cssom/CSSTransformValue.cpp b/third_party/WebKit/Source/core/css/cssom/CSSTransformValue.cpp
|
| index d85c27983f152f7c5a895dd89daf375caa9f757b..6c022d4c7a68bb3e3a1dfbac7f57d9727d6ef221 100644
|
| --- a/third_party/WebKit/Source/core/css/cssom/CSSTransformValue.cpp
|
| +++ b/third_party/WebKit/Source/core/css/cssom/CSSTransformValue.cpp
|
| @@ -70,7 +70,7 @@ bool CSSTransformValue::is2D() const
|
| return true;
|
| }
|
|
|
| -CSSValue* CSSTransformValue::toCSSValue() const
|
| +const CSSValue* CSSTransformValue::toCSSValue() const
|
| {
|
| CSSValueList* transformCSSValue = CSSValueList::createSpaceSeparated();
|
| for (size_t i = 0; i < m_transformComponents.size(); i++) {
|
|
|