Index: third_party/WebKit/Source/core/svg/SVGAnimatedLength.h |
diff --git a/third_party/WebKit/Source/core/svg/SVGAnimatedLength.h b/third_party/WebKit/Source/core/svg/SVGAnimatedLength.h |
index dc4ba7de076e0e49aa967bd24cb262a833ad10cc..6ef65684d7307710308d75d3140121179b0e32da 100644 |
--- a/third_party/WebKit/Source/core/svg/SVGAnimatedLength.h |
+++ b/third_party/WebKit/Source/core/svg/SVGAnimatedLength.h |
@@ -45,7 +45,7 @@ public: |
} |
void setDefaultValueAsString(const String&); |
- void setBaseValueAsString(const String&, SVGParsingError&) override; |
+ SVGParsingError setBaseValueAsString(const String&) override; |
protected: |
SVGAnimatedLength(SVGElement* contextElement, const QualifiedName& attributeName, PassRefPtrWillBeRawPtr<SVGLength> initialValue) |