Index: Source/core/svg/SVGClipPathElement.h |
diff --git a/Source/core/svg/SVGClipPathElement.h b/Source/core/svg/SVGClipPathElement.h |
index fdbd45293b97fb0264bb4628cb371586d6c75f28..62a8fb8bf2519872c4a506dfca385890ff92aa75 100644 |
--- a/Source/core/svg/SVGClipPathElement.h |
+++ b/Source/core/svg/SVGClipPathElement.h |
@@ -38,7 +38,6 @@ public: |
private: |
explicit SVGClipPathElement(Document&); |
- virtual bool isValid() const OVERRIDE { return SVGTests::isValid(); } |
virtual bool needsPendingResourceHandling() const OVERRIDE { return false; } |
bool isSupportedAttribute(const QualifiedName&); |