Index: Source/core/svg/SVGForeignObjectElement.h |
diff --git a/Source/core/svg/SVGForeignObjectElement.h b/Source/core/svg/SVGForeignObjectElement.h |
index d7effba16d7c36ba6cce9f1a5e7408321afc1e13..9db9220fa3aac635bdab19c90823c2ba6843671b 100644 |
--- a/Source/core/svg/SVGForeignObjectElement.h |
+++ b/Source/core/svg/SVGForeignObjectElement.h |
@@ -40,7 +40,6 @@ public: |
private: |
explicit SVGForeignObjectElement(Document&); |
- virtual bool isValid() const OVERRIDE { return SVGTests::isValid(); } |
bool isSupportedAttribute(const QualifiedName&); |
virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE; |
virtual void svgAttributeChanged(const QualifiedName&) OVERRIDE; |