Index: third_party/WebKit/Source/core/svg/SVGGraphicsElement.h |
diff --git a/third_party/WebKit/Source/core/svg/SVGGraphicsElement.h b/third_party/WebKit/Source/core/svg/SVGGraphicsElement.h |
index f97262378cdfb5cc5b187e21faa19e2f7189618d..88b763d2bc80985ffef53a3aee7dd33a78ef5f6b 100644 |
--- a/third_party/WebKit/Source/core/svg/SVGGraphicsElement.h |
+++ b/third_party/WebKit/Source/core/svg/SVGGraphicsElement.h |
@@ -61,7 +61,7 @@ public: |
virtual FloatRect getBBox(); |
PassRefPtrWillBeRawPtr<SVGRectTearOff> getBBoxFromJavascript(); |
- bool isValid() const final { return SVGTests::isValid(document()); } |
+ bool isValid() const final { return SVGTests::isValid(); } |
SVGAnimatedTransformList* transform() { return m_transform.get(); } |
const SVGAnimatedTransformList* transform() const { return m_transform.get(); } |