| Index: Source/core/rendering/svg/RenderSVGInlineText.h
|
| diff --git a/Source/core/rendering/svg/RenderSVGInlineText.h b/Source/core/rendering/svg/RenderSVGInlineText.h
|
| index 8c7f711a68fc40fca862c5104c193d3345c7f298..8647acd1f9073961717f01d7bc1c34c9cbeca33e 100644
|
| --- a/Source/core/rendering/svg/RenderSVGInlineText.h
|
| +++ b/Source/core/rendering/svg/RenderSVGInlineText.h
|
| @@ -52,7 +52,8 @@ private:
|
|
|
| virtual FloatRect objectBoundingBox() const { return floatLinesBoundingBox(); }
|
|
|
| - virtual bool isSVGInlineText() const { return true; }
|
| + virtual bool isSVGInlineText() const OVERRIDE FINAL { return true; }
|
| + virtual bool isSVG() const OVERRIDE FINAL { return true; }
|
|
|
| virtual PositionWithAffinity positionForPoint(const LayoutPoint&) OVERRIDE FINAL;
|
| virtual LayoutRect localCaretRect(InlineBox*, int caretOffset, LayoutUnit* extraWidthToEndOfLine = 0);
|
|
|