| Index: third_party/WebKit/Source/core/svg/SVGMaskElement.h
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGMaskElement.h b/third_party/WebKit/Source/core/svg/SVGMaskElement.h
|
| index e1724ece5cf8519c7ff9b467a1fa82ead64f8c74..2bae142be835a36708ae190ff70856ab8ea2c3f2 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGMaskElement.h
|
| +++ b/third_party/WebKit/Source/core/svg/SVGMaskElement.h
|
| @@ -50,7 +50,7 @@ public:
|
| private:
|
| explicit SVGMaskElement(Document&);
|
|
|
| - bool isValid() const override { return SVGTests::isValid(document()); }
|
| + bool isValid() const override { return SVGTests::isValid(); }
|
| bool needsPendingResourceHandling() const override { return false; }
|
|
|
| bool isPresentationAttribute(const QualifiedName&) const override;
|
|
|