| Index: third_party/WebKit/Source/core/css/cssom/TransformComponent.h
|
| diff --git a/third_party/WebKit/Source/core/css/cssom/TransformComponent.h b/third_party/WebKit/Source/core/css/cssom/TransformComponent.h
|
| index 756a0ae00353c87a12a03bac2c91010e6d9b126d..29affcf337a6ba6f456436e515da9a174c474af6 100644
|
| --- a/third_party/WebKit/Source/core/css/cssom/TransformComponent.h
|
| +++ b/third_party/WebKit/Source/core/css/cssom/TransformComponent.h
|
| @@ -42,7 +42,7 @@ public:
|
| return toCSSValue()->cssText();
|
| }
|
|
|
| - virtual PassRefPtrWillBeRawPtr<CSSFunctionValue> toCSSValue() const = 0;
|
| + virtual RawPtr<CSSFunctionValue> toCSSValue() const = 0;
|
| virtual MatrixTransformComponent* asMatrix() const = 0;
|
|
|
| DEFINE_INLINE_VIRTUAL_TRACE() { }
|
|
|