Index: Source/core/svg/SVGAElement.h |
diff --git a/Source/core/svg/SVGAElement.h b/Source/core/svg/SVGAElement.h |
index 58a47a464179fd7129a2b4ed020f4d2684f8d157..1e2a2b2c5bfa7cb01aa45391730409127462a183 100644 |
--- a/Source/core/svg/SVGAElement.h |
+++ b/Source/core/svg/SVGAElement.h |
@@ -56,8 +56,6 @@ private: |
virtual bool willRespondToMouseClickEvents() OVERRIDE; |
- virtual bool childShouldCreateRenderer(const Node& child) const OVERRIDE; |
- |
RefPtr<SVGAnimatedString> m_svgTarget; |
RefPtr<SVGAnimatedString> m_href; |
BEGIN_DECLARE_ANIMATED_PROPERTIES(SVGAElement) |