| Index: third_party/WebKit/Source/core/css/properties/CSSPropertyAPIShapeMargin.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIShapeMargin.cpp b/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIShapeMargin.cpp
|
| index e4ba111059bec1406c593c84b97b7fadbc9eab09..38448d14699f41dec810f4dc92b967bcdb1f7ea4 100644
|
| --- a/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIShapeMargin.cpp
|
| +++ b/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIShapeMargin.cpp
|
| @@ -11,9 +11,9 @@
|
|
|
| const CSSValue* CSSPropertyAPIShapeMargin::parseSingleValue(
|
| CSSParserTokenRange& range,
|
| - const CSSParserContext& context) {
|
| + const CSSParserContext* context) {
|
| return CSSPropertyParserHelpers::consumeLengthOrPercent(
|
| - range, context.mode(), ValueRangeNonNegative);
|
| + range, context->mode(), ValueRangeNonNegative);
|
| }
|
|
|
| } // namespace blink
|
|
|