| Index: third_party/WebKit/Source/core/css/properties/CSSPropertyAPIRadius.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIRadius.cpp b/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIRadius.cpp
|
| index 5fd3e04b518a32757f457da57b5b1ce32cc07e95..e30f2d76f63196c74676bda886bab2f2822b36c3 100644
|
| --- a/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIRadius.cpp
|
| +++ b/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIRadius.cpp
|
| @@ -10,7 +10,8 @@ namespace blink {
|
|
|
| const CSSValue* CSSPropertyAPIRadius::parseSingleValue(
|
| CSSParserTokenRange& range,
|
| - const CSSParserContext& context) {
|
| + const CSSParserContext& context,
|
| + CSSPropertyID) {
|
| if (range.Peek().Id() == CSSValueAuto)
|
| return CSSPropertyParserHelpers::ConsumeIdent(range);
|
| return CSSPropertyParserHelpers::ConsumeLengthOrPercent(
|
|
|