Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(486)

Unified Diff: third_party/WebKit/Source/core/svg/SVGPatternElement.h

Issue 1420263002: Remove some dead code in SVG "mixins" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
« no previous file with comments | « third_party/WebKit/Source/core/svg/SVGMaskElement.h ('k') | third_party/WebKit/Source/core/svg/SVGSVGElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698