| Index: third_party/WebKit/Source/core/css/properties/CSSPropertyAPIStrokeDasharray.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIStrokeDasharray.cpp b/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIStrokeDasharray.cpp
|
| index ca27b4b174232a580258ad14067cfba005a27020..ccfe5c789e51cc10d73400bd1fbd247a95fbf578 100644
|
| --- a/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIStrokeDasharray.cpp
|
| +++ b/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIStrokeDasharray.cpp
|
| @@ -11,7 +11,7 @@
|
|
|
| const CSSValue* CSSPropertyAPIStrokeDasharray::parseSingleValue(
|
| CSSParserTokenRange& range,
|
| - const CSSParserContext* context) {
|
| + const CSSParserContext& context) {
|
| CSSValueID id = range.peek().id();
|
| if (id == CSSValueNone)
|
| return CSSPropertyParserHelpers::consumeIdent(range);
|
|
|