| Index: third_party/WebKit/Source/core/css/properties/CSSPropertyAPIGridAutoFlow.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIGridAutoFlow.cpp b/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIGridAutoFlow.cpp
|
| index da04da8549f0c82ae1bbef858ee0a96d0914201a..508475479895e4409d1b9ea761d4aabe501069be 100644
|
| --- a/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIGridAutoFlow.cpp
|
| +++ b/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIGridAutoFlow.cpp
|
| @@ -13,7 +13,8 @@ namespace blink {
|
|
|
| const CSSValue* CSSPropertyAPIGridAutoFlow::parseSingleValue(
|
| CSSParserTokenRange& range,
|
| - const CSSParserContext& context) {
|
| + const CSSParserContext& context,
|
| + CSSPropertyID) {
|
| DCHECK(RuntimeEnabledFeatures::cssGridLayoutEnabled());
|
| CSSIdentifierValue* row_or_column_value =
|
| CSSPropertyParserHelpers::ConsumeIdent<CSSValueRow, CSSValueColumn>(
|
|
|