| 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 4d04c9f7a34a3e79988c02101a6d88436b45d66c..ce9b83ed3bb209ea5e2bb3b8328f4062677efe1e 100644
|
| --- a/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIRadius.cpp
|
| +++ b/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIRadius.cpp
|
| @@ -10,7 +10,7 @@
|
|
|
| const CSSValue* CSSPropertyAPIRadius::parseSingleValue(
|
| CSSParserTokenRange& range,
|
| - const CSSParserContext& context) {
|
| + const CSSParserContext* context) {
|
| if (range.peek().id() == CSSValueAuto)
|
| return CSSPropertyParserHelpers::consumeIdent(range);
|
| return CSSPropertyParserHelpers::consumeLengthOrPercent(
|
|
|