Index: Source/core/svg/SVGGElement.h |
diff --git a/Source/core/svg/SVGGElement.h b/Source/core/svg/SVGGElement.h |
index be8fd5e216dd399291275ee18c2aff4df0fd710f..3a7c85fac1b3603e413168ccb358780f178e2fac 100644 |
--- a/Source/core/svg/SVGGElement.h |
+++ b/Source/core/svg/SVGGElement.h |
@@ -36,7 +36,6 @@ protected: |
virtual RenderObject* createRenderer(RenderStyle*) OVERRIDE; |
private: |
- virtual bool isValid() const OVERRIDE { return SVGTests::isValid(); } |
virtual bool supportsFocus() const OVERRIDE { return hasFocusEventListeners(); } |
bool isSupportedAttribute(const QualifiedName&); |