| Index: third_party/WebKit/Source/core/svg/SVGAnimationElement.h
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGAnimationElement.h b/third_party/WebKit/Source/core/svg/SVGAnimationElement.h
|
| index 6b2ffb8a4c54261fa3106bd17c556187606211c8..4e66de4559f598487acb375750de9616af333143 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGAnimationElement.h
|
| +++ b/third_party/WebKit/Source/core/svg/SVGAnimationElement.h
|
| @@ -178,7 +178,7 @@ protected:
|
| static bool parseValues(const String&, Vector<String>& result);
|
|
|
| private:
|
| - bool isValid() const final { return SVGTests::isValid(document()); }
|
| + bool isValid() const final { return SVGTests::isValid(); }
|
|
|
| void animationAttributeChanged() override;
|
| void setAttributeType(const AtomicString&);
|
|
|