| 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 11067ff303170ed912a78025704172e92cb09407..bfc62ce382a91ed1872ca6d0d38ba2e2481aa9ff 100644
|
| --- a/third_party/WebKit/Source/core/page/FocusController.cpp
|
| +++ b/third_party/WebKit/Source/core/page/FocusController.cpp
|
| @@ -745,7 +745,7 @@ bool FocusController::advanceFocusInDocumentOrder(LocalFrame* frame, Element* st
|
| ASSERT(document->documentElement());
|
|
|
| Element* current = start;
|
| - if (!current)
|
| + if (!current && !initialFocus)
|
| current = document->sequentialFocusNavigationStartingPoint(type);
|
|
|
| // FIXME: Not quite correct when it comes to focus transitions leaving/entering the WebView itself
|
|
|