| Index: third_party/WebKit/Source/web/WebFrameWidgetImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebFrameWidgetImpl.cpp b/third_party/WebKit/Source/web/WebFrameWidgetImpl.cpp
|
| index 8f8ca8444e13102b3b8c81a8f059096fd023147c..33992d4370d1705c87db5ca583a5da70e726af9f 100644
|
| --- a/third_party/WebKit/Source/web/WebFrameWidgetImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebFrameWidgetImpl.cpp
|
| @@ -794,6 +794,10 @@ bool WebFrameWidgetImpl::selectionTextDirection(WebTextDirection& start,
|
| if (!frame)
|
| return false;
|
|
|
| + // TODO(xiaochengh): The use of updateStyleAndLayoutIgnorePendingStylesheets
|
| + // needs to be audited. See http://crbug.com/590369 for more details.
|
| + frame->document()->updateStyleAndLayoutIgnorePendingStylesheets();
|
| +
|
| FrameSelection& selection = frame->selection();
|
| if (selection.selection().toNormalizedEphemeralRange().isNull())
|
| return false;
|
|
|