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 @@ namespace blink { |
const CSSValue* CSSPropertyAPIAlignItems::parseSingleValue( |
CSSParserTokenRange& range, |
- const CSSParserContext* context) { |
+ const CSSParserContext& context) { |
meade_UTC10
2017/04/06 03:06:27
nit: if context isn't used, it can be omitted (may
|
DCHECK(RuntimeEnabledFeatures::cssGridLayoutEnabled()); |
// align-items property does not allow the 'auto' value. |
if (CSSPropertyParserHelpers::identMatches<CSSValueAuto>(range.peek().id())) |