| Index: third_party/WebKit/Source/core/css/CSSFunctionValue.h
|
| diff --git a/third_party/WebKit/Source/core/css/CSSFunctionValue.h b/third_party/WebKit/Source/core/css/CSSFunctionValue.h
|
| index fbd01420130eab0bc237bb9cf36bb919791397cd..23b09e21ed9d328b90b2864581a681a7f6c908f6 100644
|
| --- a/third_party/WebKit/Source/core/css/CSSFunctionValue.h
|
| +++ b/third_party/WebKit/Source/core/css/CSSFunctionValue.h
|
| @@ -12,7 +12,7 @@ namespace blink {
|
|
|
| class CSSFunctionValue : public CSSValueList {
|
| public:
|
| - static RawPtr<CSSFunctionValue> create(CSSValueID id)
|
| + static CSSFunctionValue* create(CSSValueID id)
|
| {
|
| return new CSSFunctionValue(id);
|
| }
|
|
|