| Index: third_party/WebKit/Source/core/dom/Element.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/Element.cpp b/third_party/WebKit/Source/core/dom/Element.cpp
|
| index 03583eda3b36d35f71497a02778a6aaf8280ea5a..f53cc23b9dc53404832f1adb01007536649170cb 100644
|
| --- a/third_party/WebKit/Source/core/dom/Element.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/Element.cpp
|
| @@ -2699,10 +2699,6 @@ void Element::updateFocusAppearance(
|
| .rootEditableElement())
|
| return;
|
|
|
| - // TODO(xiaochengh): The use of updateStyleAndLayoutIgnorePendingStylesheets
|
| - // needs to be audited. See http://crbug.com/590369 for more details.
|
| - document().updateStyleAndLayoutIgnorePendingStylesheets();
|
| -
|
| // FIXME: We should restore the previous selection if there is one.
|
| // Passing DoNotSetFocus as this function is called after
|
| // FocusController::setFocusedElement() and we don't want to change the
|
|
|