Index: Source/core/svg/SVGElement.h |
diff --git a/Source/core/svg/SVGElement.h b/Source/core/svg/SVGElement.h |
index 1622722dfbe7f66f9cc7d9da22b324827d2a6d04..14ad4e2b639e6cbf80992c5f519cd9b31e023c74 100644 |
--- a/Source/core/svg/SVGElement.h |
+++ b/Source/core/svg/SVGElement.h |
@@ -84,7 +84,6 @@ public: |
SVGDocumentExtensions& accessDocumentSVGExtensions(); |
virtual bool isSVGGraphicsElement() const { return false; } |
- virtual bool isSVGSVGElement() const { return false; } |
virtual bool isFilterEffect() const { return false; } |
virtual bool isGradientStop() const { return false; } |
virtual bool isTextContent() const { return false; } |