| 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 31c14587f437d0987d640e9e2786b59f517133d9..306cafeb0070d0079fe460c794ddffa23187b071 100644
|
| --- a/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp
|
| @@ -1247,6 +1247,11 @@ void WebLocalFrameImpl::extendSelectionAndDelete(int before, int after)
|
| plugin->extendSelectionAndDelete(before, after);
|
| return;
|
| }
|
| +
|
| + // TODO(xiaochengh): The use of updateStyleAndLayoutIgnorePendingStylesheets
|
| + // needs to be audited. See http://crbug.com/590369 for more details.
|
| + frame()->document()->updateStyleAndLayoutIgnorePendingStylesheets();
|
| +
|
| frame()->inputMethodController().extendSelectionAndDelete(before, after);
|
| }
|
|
|
|
|