| Index: Source/core/page/FocusController.cpp
|
| diff --git a/Source/core/page/FocusController.cpp b/Source/core/page/FocusController.cpp
|
| index cd809b6d3cd7b60a9d026e4c93408062ebea7bcb..46eed8e7b7e0bf63dc533431429fc81b811483e8 100644
|
| --- a/Source/core/page/FocusController.cpp
|
| +++ b/Source/core/page/FocusController.cpp
|
| @@ -353,7 +353,7 @@ bool FocusController::advanceFocusInDocumentOrder(FocusDirection direction, Keyb
|
| setFocusedFrame(newDocument->frame());
|
|
|
| if (caretBrowsing) {
|
| - Position position = firstPositionInOrBeforeNode(node.raw());
|
| + Position position = firstPositionInOrBeforeNode(node);
|
| VisibleSelection newSelection(position, position, DOWNSTREAM);
|
| if (frame->selection()->shouldChangeSelection(newSelection))
|
| frame->selection()->setSelection(newSelection);
|
|
|