| Index: third_party/WebKit/Source/core/css/properties/CSSPropertyAPIAlignItems.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIAlignItems.cpp b/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIAlignItems.cpp
|
| index c8a956acc890640547583561446e0b975a57b73e..790c98d63f887e70690893f9c20c4f83cefa147d 100644
|
| --- a/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIAlignItems.cpp
|
| +++ b/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIAlignItems.cpp
|
| @@ -12,7 +12,7 @@
|
|
|
| const CSSValue* CSSPropertyAPIAlignItems::parseSingleValue(
|
| CSSParserTokenRange& range,
|
| - const CSSParserContext* context) {
|
| + const CSSParserContext& context) {
|
| DCHECK(RuntimeEnabledFeatures::cssGridLayoutEnabled());
|
| // align-items property does not allow the 'auto' value.
|
| if (CSSPropertyParserHelpers::identMatches<CSSValueAuto>(range.peek().id()))
|
|
|