Index: third_party/WebKit/Source/core/svg/SVGAnimatedNumber.h |
diff --git a/third_party/WebKit/Source/core/svg/SVGAnimatedNumber.h b/third_party/WebKit/Source/core/svg/SVGAnimatedNumber.h |
index 500de2ab7bfba9b0bff58b310a6005fd3544232a..13fbb32d751f976ed5ae014a0433c2cc26eeab05 100644 |
--- a/third_party/WebKit/Source/core/svg/SVGAnimatedNumber.h |
+++ b/third_party/WebKit/Source/core/svg/SVGAnimatedNumber.h |
@@ -50,10 +50,7 @@ public: |
void synchronizeAttribute() override; |
- void setParentOptionalNumber(SVGAnimatedNumberOptionalNumber* numberOptionalNumber) |
- { |
- m_parentNumberOptionalNumber = numberOptionalNumber; |
- } |
+ void setParentOptionalNumber(SVGAnimatedNumberOptionalNumber*); |
DECLARE_VIRTUAL_TRACE(); |