| Index: third_party/WebKit/Source/core/css/CSSGridAutoRepeatValue.h
|
| diff --git a/third_party/WebKit/Source/core/css/CSSGridAutoRepeatValue.h b/third_party/WebKit/Source/core/css/CSSGridAutoRepeatValue.h
|
| index f8074d79879f73f4b3820f6ab93f3d421f018efd..bf23452101ff8fbbee7c0611ff444fc4628dc895 100644
|
| --- a/third_party/WebKit/Source/core/css/CSSGridAutoRepeatValue.h
|
| +++ b/third_party/WebKit/Source/core/css/CSSGridAutoRepeatValue.h
|
| @@ -23,7 +23,7 @@ namespace blink {
|
| // allows us to keep the parsing algorithm almost intact.
|
| class CSSGridAutoRepeatValue : public CSSValueList {
|
| public:
|
| - static RawPtr<CSSGridAutoRepeatValue> create(CSSValueID id)
|
| + static CSSGridAutoRepeatValue* create(CSSValueID id)
|
| {
|
| return new CSSGridAutoRepeatValue(id);
|
| }
|
|
|