| Index: third_party/WebKit/Source/core/css/properties/CSSPropertyAPIMargin.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIMargin.cpp b/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIMargin.cpp
|
| index 9b8ec3205bd5c709806fd84cde266b881de9c7c5..06cb814d759bb501a1da98cd7a0d9435d5723d1f 100644
|
| --- a/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIMargin.cpp
|
| +++ b/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIMargin.cpp
|
| @@ -12,9 +12,9 @@
|
|
|
| const CSSValue* CSSPropertyAPIMargin::parseSingleValue(
|
| CSSParserTokenRange& range,
|
| - const CSSParserContext& context) {
|
| + const CSSParserContext* context) {
|
| return CSSPropertyMarginUtils::consumeMarginOrOffset(
|
| - range, context.mode(), CSSPropertyParserHelpers::UnitlessQuirk::Allow);
|
| + range, context->mode(), CSSPropertyParserHelpers::UnitlessQuirk::Allow);
|
| }
|
|
|
| } // namespace blink
|
|
|