| Index: third_party/WebKit/Source/core/svg/SVGEnumeration.cpp
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGEnumeration.cpp b/third_party/WebKit/Source/core/svg/SVGEnumeration.cpp
|
| index 3feca34d3b41d144e5d9494e88d06b5f9d065c63..f32cb9fcfa2d2cc39f044e8e47b7ea6beef50762 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGEnumeration.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/SVGEnumeration.cpp
|
| @@ -52,7 +52,7 @@ String SVGEnumerationBase::valueAsString() const {
|
| }
|
|
|
| ASSERT(m_value < maxInternalEnumValue());
|
| - return emptyString();
|
| + return emptyString;
|
| }
|
|
|
| void SVGEnumerationBase::setValue(unsigned short value) {
|
|
|