| 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 975faf43982c293e9ff9fa821efd838dcb36741e..9013b294eb94be641452d6ad64c9fa442e00e47f 100644
|
| --- a/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIWebkitMaxLogicalWidthOrHeight.cpp
|
| +++ b/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIWebkitMaxLogicalWidthOrHeight.cpp
|
| @@ -10,8 +10,8 @@
|
|
|
| const CSSValue* CSSPropertyAPIWebkitMaxLogicalWidthOrHeight::parseSingleValue(
|
| CSSParserTokenRange& range,
|
| - const CSSParserContext& context) {
|
| - return CSSPropertyLengthUtils::consumeMaxWidthOrHeight(range, &context);
|
| + const CSSParserContext* context) {
|
| + return CSSPropertyLengthUtils::consumeMaxWidthOrHeight(range, context);
|
| }
|
|
|
| } // namespace blink
|
|
|