| Index: Source/core/layout/line/InlineBox.cpp
|
| diff --git a/Source/core/layout/line/InlineBox.cpp b/Source/core/layout/line/InlineBox.cpp
|
| index 470255cf14648934798752173eea32f6ffd910c3..2de2c1d5f6dda028fa8b4b4e85d50bfa86065a32 100644
|
| --- a/Source/core/layout/line/InlineBox.cpp
|
| +++ b/Source/core/layout/line/InlineBox.cpp
|
| @@ -294,7 +294,7 @@ InlineBox* InlineBox::prevLeafChildIgnoringLineBreak() const
|
| return (leaf && leaf->isLineBreak()) ? nullptr : leaf;
|
| }
|
|
|
| -LayoutObject::SelectionState InlineBox::selectionState() const
|
| +SelectionState InlineBox::selectionState() const
|
| {
|
| return layoutObject().selectionState();
|
| }
|
|
|