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 6ff663d90efe3067bd1fa0ce7cb23e4d2f7977f2..4b2385b9d39f650f49fd0a21976a21591e48771e 100644 |
--- a/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIAlignItems.cpp |
+++ b/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIAlignItems.cpp |
@@ -12,7 +12,8 @@ namespace blink { |
const CSSValue* CSSPropertyAPIAlignItems::parseSingleValue( |
CSSParserTokenRange& range, |
- const CSSParserContext& context) { |
+ const CSSParserContext& context, |
+ CSSPropertyID) { |
DCHECK(RuntimeEnabledFeatures::cssGridLayoutEnabled()); |
// align-items property does not allow the 'auto' value. |
if (CSSPropertyParserHelpers::IdentMatches<CSSValueAuto>(range.Peek().Id())) |