Index: Source/core/svg/SVGSVGElement.h |
diff --git a/Source/core/svg/SVGSVGElement.h b/Source/core/svg/SVGSVGElement.h |
index f7063a8b4aafacbf0f52e06785678c41d5d581e9..1a6170e15a06378341ed5d564c21ad959c59602a 100644 |
--- a/Source/core/svg/SVGSVGElement.h |
+++ b/Source/core/svg/SVGSVGElement.h |
@@ -134,8 +134,6 @@ private: |
explicit SVGSVGElement(Document&); |
virtual ~SVGSVGElement(); |
- virtual bool isSVGSVGElement() const OVERRIDE { return true; } |
- |
virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE; |
virtual bool rendererIsNeeded(const RenderStyle&) OVERRIDE; |