| Index: third_party/WebKit/Source/core/svg/SVGString.h
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGString.h b/third_party/WebKit/Source/core/svg/SVGString.h
|
| index 7388e990063eef8190962d5d24085b8fc3f80363..548e7e1ed4fe577e039f05790022a17178a649a6 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGString.h
|
| +++ b/third_party/WebKit/Source/core/svg/SVGString.h
|
| @@ -62,7 +62,7 @@ public:
|
| SVGParsingError setValueAsString(const String& value)
|
| {
|
| m_value = value;
|
| - return NoError;
|
| + return SVGStatus::NoError;
|
| }
|
|
|
| void add(PassRefPtrWillBeRawPtr<SVGPropertyBase>, SVGElement*) override;
|
|
|