Index: Source/core/rendering/svg/RenderSVGText.h |
diff --git a/Source/core/rendering/svg/RenderSVGText.h b/Source/core/rendering/svg/RenderSVGText.h |
index 56fb0db8e4962c282bf483ed1d519bfcb761b435..d640a31f10a1884a907ab5f2da5f4a6d69f4e6a2 100644 |
--- a/Source/core/rendering/svg/RenderSVGText.h |
+++ b/Source/core/rendering/svg/RenderSVGText.h |
@@ -58,7 +58,7 @@ public: |
private: |
virtual const char* renderName() const { return "RenderSVGText"; } |
- virtual bool isSVGText() const { return true; } |
+ virtual SVGType getSVGType() const OVERRIDE { return IsSVGText; } |
virtual void paint(PaintInfo&, const LayoutPoint&); |
virtual bool nodeAtPoint(const HitTestRequest&, HitTestResult&, const HitTestLocation& locationInContainer, const LayoutPoint& accumulatedOffset, HitTestAction) OVERRIDE; |