| Index: third_party/WebKit/Source/core/css/properties/CSSPropertyAPIStrokeMiterlimit.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIStrokeMiterlimit.cpp b/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIStrokeMiterlimit.cpp
|
| index 37aebb083c7c9a6dd6449ea2a4274945a2f7144f..c9cdd7e46666df7b35b31cdf85767b51ac35ee8c 100644
|
| --- a/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIStrokeMiterlimit.cpp
|
| +++ b/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIStrokeMiterlimit.cpp
|
| @@ -10,7 +10,7 @@
|
|
|
| const CSSValue* CSSPropertyAPIStrokeMiterlimit::parseSingleValue(
|
| CSSParserTokenRange& range,
|
| - const CSSParserContext& context) {
|
| + const CSSParserContext* context) {
|
| return CSSPropertyParserHelpers::consumeNumber(range, ValueRangeNonNegative);
|
| }
|
|
|
|
|