| Index: Source/core/layout/line/InlineFlowBox.cpp
|
| diff --git a/Source/core/layout/line/InlineFlowBox.cpp b/Source/core/layout/line/InlineFlowBox.cpp
|
| index f50f66437d923356923fed4071d0cb91e4581d60..cca659c109af879b8c1408f96fafe35789735466 100644
|
| --- a/Source/core/layout/line/InlineFlowBox.cpp
|
| +++ b/Source/core/layout/line/InlineFlowBox.cpp
|
| @@ -1083,9 +1083,9 @@ InlineBox* InlineFlowBox::lastLeafChild() const
|
| return leaf;
|
| }
|
|
|
| -LayoutObject::SelectionState InlineFlowBox::selectionState() const
|
| +SelectionState InlineFlowBox::selectionState() const
|
| {
|
| - return LayoutObject::SelectionNone;
|
| + return SelectionNone;
|
| }
|
|
|
| bool InlineFlowBox::canAccommodateEllipsis(bool ltr, int blockEdge, int ellipsisWidth) const
|
|
|