| Index: third_party/WebKit/Source/web/WebLocalFrameImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp b/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp
|
| index 030d0d913e3a0096b42734a9340dbd486a103709..6c79d8f77afdb3a79fe18f8fabfdfa0e1c452a7c 100644
|
| --- a/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp
|
| @@ -1641,7 +1641,7 @@ void WebLocalFrameImpl::setFindEndstateFocusAndSelection()
|
| return;
|
|
|
| // Need to clean out style and layout state before querying Element::isFocusable().
|
| - frame()->document()->updateLayoutIgnorePendingStylesheets();
|
| + frame()->document()->updateStyleAndLayoutIgnorePendingStylesheets();
|
|
|
| // Try to find the first focusable node up the chain, which will, for
|
| // example, focus links if we have found text within the link.
|
|
|