| Index: third_party/WebKit/Source/core/editing/FrameSelection.cpp
|
| diff --git a/third_party/WebKit/Source/core/editing/FrameSelection.cpp b/third_party/WebKit/Source/core/editing/FrameSelection.cpp
|
| index 32f757091bc7672b4cd4d36b70da3af669fd239d..9d01268684f02da8d9b06bcc0348ab72fa477149 100644
|
| --- a/third_party/WebKit/Source/core/editing/FrameSelection.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/FrameSelection.cpp
|
| @@ -264,11 +264,6 @@ void FrameSelection::setSelection(const SelectionInDOMTree& passedSelection,
|
| ? ScrollAlignment::alignTopAlways
|
| : ScrollAlignment::alignToEdgeIfNeeded;
|
|
|
| - // TODO(editing-dev): The use of
|
| - // updateStyleAndLayoutIgnorePendingStylesheets
|
| - // needs to be audited. See http://crbug.com/590369 for more details.
|
| - document().updateStyleAndLayoutIgnorePendingStylesheets();
|
| -
|
| revealSelection(alignment, RevealExtent);
|
| }
|
|
|
|
|