| Index: third_party/WebKit/Source/core/css/properties/CSSPropertyAPIWebkitMaxLogicalWidthOrHeight.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIWebkitMaxLogicalWidthOrHeight.cpp b/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIWebkitMaxLogicalWidthOrHeight.cpp
|
| index 368c13b47a9375d330c4ef2390342c7f9c40e28d..d7c517723a46cd729cc6a43676b7265e6f118ff9 100644
|
| --- a/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIWebkitMaxLogicalWidthOrHeight.cpp
|
| +++ b/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIWebkitMaxLogicalWidthOrHeight.cpp
|
| @@ -12,7 +12,7 @@ const CSSValue* CSSPropertyAPIWebkitMaxLogicalWidthOrHeight::parseSingleValue(
|
| CSSParserTokenRange& range,
|
| const CSSParserContext& context,
|
| CSSPropertyID) {
|
| - return CSSPropertyLengthUtils::ConsumeMaxWidthOrHeight(range, &context);
|
| + return CSSPropertyLengthUtils::ConsumeMaxWidthOrHeight(range, context);
|
| }
|
|
|
| } // namespace blink
|
|
|