Index: Source/core/svg/SVGElement.h |
diff --git a/Source/core/svg/SVGElement.h b/Source/core/svg/SVGElement.h |
index 1622722dfbe7f66f9cc7d9da22b324827d2a6d04..017419865214dc34a470772e73f55c47f72c6171 100644 |
--- a/Source/core/svg/SVGElement.h |
+++ b/Source/core/svg/SVGElement.h |
@@ -86,7 +86,6 @@ public: |
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; } |
virtual bool isTextPositioning() const { return false; } |
virtual bool isStructurallyExternal() const { return false; } |