Index: third_party/WebKit/Source/core/svg/SVGFitToViewBox.cpp |
diff --git a/third_party/WebKit/Source/core/svg/SVGFitToViewBox.cpp b/third_party/WebKit/Source/core/svg/SVGFitToViewBox.cpp |
index a1664d0302f27d95a14fb0daae5c6fb3e07bcb63..5c20ee5768d6f8e4cbb76ec248d4284901de0198 100644 |
--- a/third_party/WebKit/Source/core/svg/SVGFitToViewBox.cpp |
+++ b/third_party/WebKit/Source/core/svg/SVGFitToViewBox.cpp |
@@ -49,7 +49,7 @@ protected: |
SVGParsingError SVGAnimatedViewBoxRect::setBaseValueAsString(const String& value) |
{ |
- SVGParsingError parseStatus = baseValue()->setValueAsString(value); |
+ SVGParsingError parseStatus = SVGAnimatedRect::setBaseValueAsString(value); |
if (parseStatus == SVGParseStatus::NoError && (baseValue()->width() < 0 || baseValue()->height() < 0)) { |
parseStatus = SVGParseStatus::NegativeValue; |