| Index: Source/core/rendering/InlineFlowBox.h
|
| diff --git a/Source/core/rendering/InlineFlowBox.h b/Source/core/rendering/InlineFlowBox.h
|
| index 7541b222a26dc806cd57140011f4b5d72efbc075..fb620c0a1be74a548f06f4bb9228f24801a7ae60 100644
|
| --- a/Source/core/rendering/InlineFlowBox.h
|
| +++ b/Source/core/rendering/InlineFlowBox.h
|
| @@ -201,7 +201,7 @@ public:
|
|
|
| void removeChild(InlineBox* child, MarkLineBoxes);
|
|
|
| - virtual RenderObject::SelectionState selectionState() OVERRIDE;
|
| + virtual RenderObject::SelectionState selectionState() const OVERRIDE;
|
|
|
| virtual bool canAccommodateEllipsis(bool ltr, int blockEdge, int ellipsisWidth) const OVERRIDE FINAL;
|
| virtual float placeEllipsisBox(bool ltr, float blockLeftEdge, float blockRightEdge, float ellipsisWidth, float &truncatedWidth, bool&) OVERRIDE;
|
|
|