| Index: third_party/WebKit/Source/web/WebViewImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebViewImpl.cpp b/third_party/WebKit/Source/web/WebViewImpl.cpp
|
| index 6ffc29e0210fab3083320dae31fd12388a93f8ac..c91ce2c1b9e9233aa3281890e7b96ecee15f2e05 100644
|
| --- a/third_party/WebKit/Source/web/WebViewImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebViewImpl.cpp
|
| @@ -2442,7 +2442,7 @@ WebTextInputInfo WebViewImpl::textInputInfo()
|
| // see http://crbug.com/590369 for more details.
|
| focused->document()->updateStyleAndLayoutIgnorePendingStylesheets();
|
|
|
| - DocumentLifecycle::DisallowTransitionScope(focused->document()->lifecycle());
|
| + DocumentLifecycle::DisallowTransitionScope disallowTransition(focused->document()->lifecycle());
|
|
|
| // Emits an object replacement character for each replaced element so that
|
| // it is exposed to IME and thus could be deleted by IME on android.
|
|
|