| 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 532efbe4605e08dbd45beb4fac78d452c33e2131..1868b71068df58903133c569c2d0db0f339f70e1 100644
|
| --- a/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIShapeMargin.cpp
|
| +++ b/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIShapeMargin.cpp
|
| @@ -11,7 +11,8 @@ namespace blink {
|
|
|
| const CSSValue* CSSPropertyAPIShapeMargin::parseSingleValue(
|
| CSSParserTokenRange& range,
|
| - const CSSParserContext& context) {
|
| + const CSSParserContext& context,
|
| + CSSPropertyID) {
|
| return CSSPropertyParserHelpers::ConsumeLengthOrPercent(
|
| range, context.Mode(), kValueRangeNonNegative);
|
| }
|
|
|