Index: Source/core/rendering/svg/RenderSVGRoot.h |
diff --git a/Source/core/rendering/svg/RenderSVGRoot.h b/Source/core/rendering/svg/RenderSVGRoot.h |
index f907222eb8107f5d30674eee347246ffa3b0422d..9836e148c80704b1ebb4a087a00e1d6b32f11898 100644 |
--- a/Source/core/rendering/svg/RenderSVGRoot.h |
+++ b/Source/core/rendering/svg/RenderSVGRoot.h |
@@ -67,8 +67,8 @@ private: |
virtual RenderObjectChildList* virtualChildren() { return children(); } |
virtual const RenderObjectChildList* virtualChildren() const { return children(); } |
- virtual bool isSVGRoot() const { return true; } |
virtual const char* renderName() const { return "RenderSVGRoot"; } |
+ virtual SVGType getSVGType() const OVERRIDE { return IsSVGRoot; } |
virtual LayoutUnit computeReplacedLogicalWidth(ShouldComputePreferred = ComputeActual) const OVERRIDE; |
virtual LayoutUnit computeReplacedLogicalHeight() const; |