| Index: third_party/WebKit/Source/core/page/DragController.cpp
|
| diff --git a/third_party/WebKit/Source/core/page/DragController.cpp b/third_party/WebKit/Source/core/page/DragController.cpp
|
| index 54e5835b4e620ee689908fe65b390d06c11409e9..2a5c72e53082c231274c702a3917ac694d2ea8a3 100644
|
| --- a/third_party/WebKit/Source/core/page/DragController.cpp
|
| +++ b/third_party/WebKit/Source/core/page/DragController.cpp
|
| @@ -463,7 +463,7 @@ static bool setSelectionToDragCaret(LocalFrame* frame,
|
| VisibleSelection& dragCaret,
|
| Range*& range,
|
| const IntPoint& point) {
|
| - frame->selection().setSelection(dragCaret);
|
| + frame->selection().setSelection(dragCaret.asSelection());
|
| if (frame->selection()
|
| .computeVisibleSelectionInDOMTreeDeprecated()
|
| .isNone()) {
|
|
|