| Index: third_party/WebKit/Source/core/svg/SVGPatternElement.h
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGPatternElement.h b/third_party/WebKit/Source/core/svg/SVGPatternElement.h
|
| index 779256be72fed8c455cd571b443bffeabb40e625..e7f94e9581d515c0f4be05a6644324a937a59d73 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGPatternElement.h
|
| +++ b/third_party/WebKit/Source/core/svg/SVGPatternElement.h
|
| @@ -65,7 +65,7 @@ public:
|
| private:
|
| explicit SVGPatternElement(Document&);
|
|
|
| - bool isValid() const override { return SVGTests::isValid(document()); }
|
| + bool isValid() const override { return SVGTests::isValid(); }
|
| bool needsPendingResourceHandling() const override { return false; }
|
|
|
| void svgAttributeChanged(const QualifiedName&) override;
|
|
|