Index: third_party/WebKit/Source/core/svg/SVGCursorElement.h |
diff --git a/third_party/WebKit/Source/core/svg/SVGCursorElement.h b/third_party/WebKit/Source/core/svg/SVGCursorElement.h |
index 546af6ef1085623b8b8044f1976822f4a4cbd6d0..e41d8cbf13aa7e9dad474867f776f5978bd01eea 100644 |
--- a/third_party/WebKit/Source/core/svg/SVGCursorElement.h |
+++ b/third_party/WebKit/Source/core/svg/SVGCursorElement.h |
@@ -54,7 +54,7 @@ public: |
private: |
explicit SVGCursorElement(Document&); |
- bool isValid() const override { return SVGTests::isValid(document()); } |
+ bool isValid() const override { return SVGTests::isValid(); } |
void svgAttributeChanged(const QualifiedName&) override; |