| 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 e17adc27545273cc252cf533cc2a10f38de54160..e896db0caf23e514d270d08a81752f1e18ccdf93 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGPathParserTest.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/SVGPathParserTest.cpp
|
| @@ -20,7 +20,7 @@ bool parsePath(const char* input, String& output) {
|
| output = builder.result();
|
| // Coerce a null result to empty.
|
| if (output.isNull())
|
| - output = emptyString();
|
| + output = emptyString;
|
| return hadError;
|
| }
|
|
|
|
|