| 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 4af9689b59c85a4c5a410e556eda3cdfb60b1237..146643b08b899805e0642687ca6479b0acef9402 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;
|
|
|