| Index: third_party/WebKit/Source/core/svg/SVGTransform.cpp
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGTransform.cpp b/third_party/WebKit/Source/core/svg/SVGTransform.cpp
|
| index 98e1590f1b0b718a7ebe83b071c95b915f577e90..0518512768ffa8b4cae33ef550c6ca5434e0b7e6 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGTransform.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/SVGTransform.cpp
|
| @@ -153,7 +153,7 @@ String SVGTransform::valueAsString() const {
|
| size_t argumentCount = 0;
|
| switch (m_transformType) {
|
| case kSvgTransformUnknown:
|
| - return emptyString();
|
| + return emptyString;
|
| case kSvgTransformMatrix: {
|
| arguments[argumentCount++] = m_matrix.a();
|
| arguments[argumentCount++] = m_matrix.b();
|
|
|