| Index: third_party/WebKit/Source/core/css/properties/CSSPropertyLengthUtils.h
|
| diff --git a/third_party/WebKit/Source/core/css/properties/CSSPropertyLengthUtils.h b/third_party/WebKit/Source/core/css/properties/CSSPropertyLengthUtils.h
|
| index 4abf0da1da606c0a85255a8a3e528b0fa09cd2a5..e29fc688564d1ef38c755f886f774b48c9578968 100644
|
| --- a/third_party/WebKit/Source/core/css/properties/CSSPropertyLengthUtils.h
|
| +++ b/third_party/WebKit/Source/core/css/properties/CSSPropertyLengthUtils.h
|
| @@ -19,12 +19,12 @@ class CSSPropertyLengthUtils {
|
|
|
| static CSSValue* ConsumeMaxWidthOrHeight(
|
| CSSParserTokenRange&,
|
| - const CSSParserContext*,
|
| + const CSSParserContext&,
|
| CSSPropertyParserHelpers::UnitlessQuirk =
|
| CSSPropertyParserHelpers::UnitlessQuirk::kForbid);
|
| static CSSValue* ConsumeWidthOrHeight(
|
| CSSParserTokenRange&,
|
| - const CSSParserContext*,
|
| + const CSSParserContext&,
|
| CSSPropertyParserHelpers::UnitlessQuirk =
|
| CSSPropertyParserHelpers::UnitlessQuirk::kForbid);
|
| };
|
|
|