| Index: third_party/WebKit/Source/core/svg/SVGPathParserTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGPathParserTest.cpp b/third_party/WebKit/Source/core/svg/SVGPathParserTest.cpp
|
| index b81b52047a4c55c71c4187e995ce921cab9c5ead..8cfa4de2bfc2d72409068d5bcbf7b7cf56b118c8 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGPathParserTest.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/SVGPathParserTest.cpp
|
| @@ -18,7 +18,7 @@ bool parsePath(const char* input, String& output)
|
| SVGPathStringSource source(inputString);
|
| SVGPathStringBuilder builder;
|
| SVGPathParser parser(&source, &builder);
|
| - bool hadError = parser.parsePathDataFromSource(UnalteredParsing, true);
|
| + bool hadError = parser.parsePathDataFromSource();
|
| output = builder.result();
|
| // Coerce a null result to empty.
|
| if (output.isNull())
|
|
|