| Index: third_party/WebKit/Source/core/css/cssom/MatrixTransformComponent.h
|
| diff --git a/third_party/WebKit/Source/core/css/cssom/MatrixTransformComponent.h b/third_party/WebKit/Source/core/css/cssom/MatrixTransformComponent.h
|
| index 680c1a30234b02bca184e1d8c0d2becbd5906890..92fd448f4b19e129ec17f73f5648b8ca58ea9eb2 100644
|
| --- a/third_party/WebKit/Source/core/css/cssom/MatrixTransformComponent.h
|
| +++ b/third_party/WebKit/Source/core/css/cssom/MatrixTransformComponent.h
|
| @@ -58,7 +58,7 @@ public:
|
| // Bindings require a non const return value.
|
| MatrixTransformComponent* asMatrix() const override { return const_cast<MatrixTransformComponent*>(this); }
|
|
|
| - PassRefPtrWillBeRawPtr<CSSFunctionValue> toCSSValue() const override;
|
| + RawPtr<CSSFunctionValue> toCSSValue() const override;
|
|
|
| static MatrixTransformComponent* perspective(double length);
|
|
|
|
|