| Index: Source/core/rendering/InlineTextBox.h
|
| diff --git a/Source/core/rendering/InlineTextBox.h b/Source/core/rendering/InlineTextBox.h
|
| index 52f09c7289ce70f840cffecf19205121a857e6b1..8071248d180a445accb35e3eb6f83075bdfcb773 100644
|
| --- a/Source/core/rendering/InlineTextBox.h
|
| +++ b/Source/core/rendering/InlineTextBox.h
|
| @@ -111,7 +111,7 @@ public:
|
|
|
| virtual LayoutRect localSelectionRect(int startPos, int endPos);
|
| bool isSelected(int startPos, int endPos) const;
|
| - void selectionStartEnd(int& sPos, int& ePos);
|
| + void selectionStartEnd(int& sPos, int& ePos) const;
|
|
|
| protected:
|
| virtual void paint(PaintInfo&, const LayoutPoint&, LayoutUnit lineTop, LayoutUnit lineBottom) OVERRIDE;
|
| @@ -123,7 +123,7 @@ private:
|
| virtual void attachLine() OVERRIDE FINAL;
|
|
|
| public:
|
| - virtual RenderObject::SelectionState selectionState() OVERRIDE FINAL;
|
| + virtual RenderObject::SelectionState selectionState() const OVERRIDE FINAL;
|
|
|
| private:
|
| virtual void clearTruncation() OVERRIDE FINAL { m_truncation = cNoTruncation; }
|
|
|