| Index: third_party/WebKit/Source/core/page/FocusController.cpp
|
| diff --git a/third_party/WebKit/Source/core/page/FocusController.cpp b/third_party/WebKit/Source/core/page/FocusController.cpp
|
| index b12d00e65daf5be5c67ba009d8722122e1bcb590..afe9995841f5b9a91947a6efaaa4bd1ef23e81b5 100644
|
| --- a/third_party/WebKit/Source/core/page/FocusController.cpp
|
| +++ b/third_party/WebKit/Source/core/page/FocusController.cpp
|
| @@ -1001,7 +1001,7 @@ bool FocusController::advanceFocusInDocumentOrder(LocalFrame* frame, Element* st
|
|
|
| if (caretBrowsing) {
|
| Position position = firstPositionInOrBeforeNode(element);
|
| - VisibleSelection newSelection(position, position);
|
| + VisibleSelection newSelection = createVisibleSelectionDeprecated(position, position);
|
| frame->selection().setSelection(newSelection);
|
| }
|
|
|
|
|