| Index: Source/core/rendering/InlineBox.h
|
| diff --git a/Source/core/rendering/InlineBox.h b/Source/core/rendering/InlineBox.h
|
| index 81ca82e67c018daec82bc798a8b4c5561994897a..9dfe0dd2e1d7b2ddc991d9ec3e4ee3ddf3944003 100644
|
| --- a/Source/core/rendering/InlineBox.h
|
| +++ b/Source/core/rendering/InlineBox.h
|
| @@ -262,7 +262,7 @@ public:
|
|
|
| virtual void dirtyLineBoxes();
|
|
|
| - virtual RenderObject::SelectionState selectionState();
|
| + virtual RenderObject::SelectionState selectionState() const;
|
|
|
| virtual bool canAccommodateEllipsis(bool ltr, int blockEdge, int ellipsisWidth) const;
|
| // visibleLeftEdge, visibleRightEdge are in the parent's coordinate system.
|
|
|