| 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 8cd9db6c21600dc43f24c868e62909d9490180f9..1fe8496504d0b8112ce203c92485f845e2763a7d 100644
|
| --- a/third_party/WebKit/Source/core/css/cssom/TransformComponent.h
|
| +++ b/third_party/WebKit/Source/core/css/cssom/TransformComponent.h
|
| @@ -40,7 +40,7 @@ public:
|
| return toCSSValue()->cssText();
|
| }
|
|
|
| - virtual PassRefPtrWillBeRawPtr<CSSFunctionValue> toCSSValue() const = 0;
|
| + virtual RawPtr<CSSFunctionValue> toCSSValue() const = 0;
|
|
|
| DEFINE_INLINE_VIRTUAL_TRACE() { }
|
|
|
|
|