| Index: third_party/WebKit/Source/core/editing/InputMethodControllerTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/editing/InputMethodControllerTest.cpp b/third_party/WebKit/Source/core/editing/InputMethodControllerTest.cpp
|
| index b355a091de56b4412b60eb9a0e53ad587709e3d1..541c84e4587e981ad9d84683c35c4c58037abf5f 100644
|
| --- a/third_party/WebKit/Source/core/editing/InputMethodControllerTest.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/InputMethodControllerTest.cpp
|
| @@ -43,7 +43,7 @@ Element* InputMethodControllerTest::insertHTMLElement(
|
| const char* elementCode, const char* elementId)
|
| {
|
| document().write(elementCode);
|
| - document().updateLayout();
|
| + document().updateStyleAndLayout();
|
| Element* element = document().getElementById(elementId);
|
| element->focus();
|
| return element;
|
|
|