Index: Source/core/svg/SVGElement.h |
diff --git a/Source/core/svg/SVGElement.h b/Source/core/svg/SVGElement.h |
index d8df822fec7f5d8313e96f028c6280bd363db7a9..dd919b1fd9887163939b3cf3a8017b0cdfbc1a70 100644 |
--- a/Source/core/svg/SVGElement.h |
+++ b/Source/core/svg/SVGElement.h |
@@ -59,7 +59,6 @@ public: |
virtual bool isSVGStyledElement() const { return false; } |
virtual bool isSVGGraphicsElement() const { return false; } |
- virtual bool isStyledLocatable() const { return false; } |
virtual bool isSVGSVGElement() const { return false; } |
virtual bool isFilterEffect() const { return false; } |
virtual bool isGradientStop() const { return false; } |