| Index: Source/core/rendering/InlineFlowBox.cpp
|
| diff --git a/Source/core/rendering/InlineFlowBox.cpp b/Source/core/rendering/InlineFlowBox.cpp
|
| index 2b7c1fd0f15ae785a398b3c43106ed11b87db8ea..d903fcd39639a915fbd5f22a57bb78e89556d8fa 100644
|
| --- a/Source/core/rendering/InlineFlowBox.cpp
|
| +++ b/Source/core/rendering/InlineFlowBox.cpp
|
| @@ -1447,7 +1447,7 @@ InlineBox* InlineFlowBox::lastLeafChild() const
|
| return leaf;
|
| }
|
|
|
| -RenderObject::SelectionState InlineFlowBox::selectionState()
|
| +RenderObject::SelectionState InlineFlowBox::selectionState() const
|
| {
|
| return RenderObject::SelectionNone;
|
| }
|
|
|