| Index: third_party/WebKit/Source/core/css/CSSVariableReferenceValue.h
|
| diff --git a/third_party/WebKit/Source/core/css/CSSVariableReferenceValue.h b/third_party/WebKit/Source/core/css/CSSVariableReferenceValue.h
|
| index d61356acad4bb507c85fdcd10d4a06ab90a15f74..b3506d2076bc0127ac88dd2f7428d460acb4d736 100644
|
| --- a/third_party/WebKit/Source/core/css/CSSVariableReferenceValue.h
|
| +++ b/third_party/WebKit/Source/core/css/CSSVariableReferenceValue.h
|
| @@ -13,7 +13,7 @@ namespace blink {
|
|
|
| class CSSVariableReferenceValue : public CSSValue {
|
| public:
|
| - static RawPtr<CSSVariableReferenceValue> create(PassRefPtr<CSSVariableData> data)
|
| + static CSSVariableReferenceValue* create(PassRefPtr<CSSVariableData> data)
|
| {
|
| return new CSSVariableReferenceValue(data);
|
| }
|
|
|