Index: Source/core/rendering/EllipsisBox.h |
diff --git a/Source/core/rendering/EllipsisBox.h b/Source/core/rendering/EllipsisBox.h |
index 684fa22099eaa4b1da7f08339e7d8db5784d5759..c8faf675a8824e1caffe8d27cd5bc54fa74b757e 100644 |
--- a/Source/core/rendering/EllipsisBox.h |
+++ b/Source/core/rendering/EllipsisBox.h |
@@ -49,7 +49,7 @@ public: |
private: |
void paintMarkupBox(PaintInfo&, const LayoutPoint& paintOffset, LayoutUnit lineTop, LayoutUnit lineBottom, RenderStyle*); |
int height() const { return m_height; } |
- virtual RenderObject::SelectionState selectionState() OVERRIDE { return m_selectionState; } |
+ virtual RenderObject::SelectionState selectionState() const OVERRIDE { return m_selectionState; } |
void paintSelection(GraphicsContext*, const FloatPoint&, RenderStyle*, const Font&); |
InlineBox* markupBox() const; |