| Index: third_party/WebKit/Source/core/svg/SVGLength.cpp
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGLength.cpp b/third_party/WebKit/Source/core/svg/SVGLength.cpp
|
| index 8d66d974af40ea2aa6faf4d7a18ca2a7ebf75b5a..6ab452776e3ce8d1b1d089b3c25f91e08190d7bc 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGLength.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/SVGLength.cpp
|
| @@ -133,7 +133,7 @@ SVGParsingError SVGLength::setValueAsString(const String& string)
|
| return SVGParseStatus::NoError;
|
| }
|
|
|
| - CSSParserContext svgParserContext(SVGAttributeMode, 0);
|
| + CSSParserContext svgParserContext(SVGAttributeMode, nullptr);
|
| CSSValue* parsed = CSSParser::parseSingleValue(CSSPropertyX, string, svgParserContext);
|
| if (!parsed || !parsed->isPrimitiveValue())
|
| return SVGParseStatus::ExpectedLength;
|
|
|