| Index: third_party/WebKit/Source/core/css/cssom/SimpleLength.h
|
| diff --git a/third_party/WebKit/Source/core/css/cssom/SimpleLength.h b/third_party/WebKit/Source/core/css/cssom/SimpleLength.h
|
| index 97e05347e23a2cccbc038025c324f2c173bb2589..133d67e4dfc184ce2b3691a3419995fc766a5217 100644
|
| --- a/third_party/WebKit/Source/core/css/cssom/SimpleLength.h
|
| +++ b/third_party/WebKit/Source/core/css/cssom/SimpleLength.h
|
| @@ -41,7 +41,7 @@ public:
|
|
|
| StyleValueType type() const override { return StyleValueType::SimpleLengthType; }
|
|
|
| - PassRefPtrWillBeRawPtr<CSSValue> toCSSValue() const override;
|
| + RawPtr<CSSValue> toCSSValue() const override;
|
|
|
| protected:
|
| virtual LengthValue* addInternal(const LengthValue* other, ExceptionState&);
|
|
|