| Index: third_party/WebKit/Source/core/html/HTMLLabelElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLLabelElement.cpp b/third_party/WebKit/Source/core/html/HTMLLabelElement.cpp
|
| index b9f8b7cb9b79f0d957fa6c48943018bf0e2cb4aa..042e3a1aea1c03d574b31655fa006157df2d4727 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLLabelElement.cpp
|
| +++ b/third_party/WebKit/Source/core/html/HTMLLabelElement.cpp
|
| @@ -203,6 +203,7 @@ bool HTMLLabelElement::willRespondToMouseClickEvents()
|
|
|
| void HTMLLabelElement::focus(const FocusParams& params)
|
| {
|
| + document().updateLayoutTreeIgnorePendingStylesheets();
|
| if (isFocusable()) {
|
| HTMLElement::focus(params);
|
| return;
|
|
|