| Index: third_party/WebKit/Source/core/editing/FrameSelection.cpp
|
| diff --git a/third_party/WebKit/Source/core/editing/FrameSelection.cpp b/third_party/WebKit/Source/core/editing/FrameSelection.cpp
|
| index 0c0c97180de781399fa076ce5f323a3945d93950..a804533df7f045ee9484d7e8b8246c2ba8df02d4 100644
|
| --- a/third_party/WebKit/Source/core/editing/FrameSelection.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/FrameSelection.cpp
|
| @@ -305,8 +305,7 @@ void FrameSelection::SetSelection(const SelectionInFlatTree& new_selection,
|
| ToPositionInDOMTree(new_selection.Extent()))
|
| .SetGranularity(new_selection.Granularity())
|
| .SetIsDirectional(new_selection.IsDirectional())
|
| - .SetIsHandleVisible(new_selection.IsHandleVisible())
|
| - .SetHasTrailingWhitespace(new_selection.HasTrailingWhitespace());
|
| + .SetIsHandleVisible(new_selection.IsHandleVisible());
|
| return SetSelection(builder.Build(), options, align, granularity);
|
| }
|
|
|
|
|