| Index: Source/core/html/HTMLTextFormControlElementTest.cpp
|
| diff --git a/Source/core/html/HTMLTextFormControlElementTest.cpp b/Source/core/html/HTMLTextFormControlElementTest.cpp
|
| index 180a64fedb4a365d927fa11f5c6314af90511e41..c77d0a3b9c685b776e9407559ad28ae45d2ce897 100644
|
| --- a/Source/core/html/HTMLTextFormControlElementTest.cpp
|
| +++ b/Source/core/html/HTMLTextFormControlElementTest.cpp
|
| @@ -77,7 +77,7 @@
|
|
|
| m_document = toHTMLDocument(&m_dummyPageHolder->document());
|
| m_document->documentElement()->setInnerHTML("<body><textarea id=textarea></textarea><input id=input /></body>", ASSERT_NO_EXCEPTION);
|
| - m_document->view()->updateAllLifecyclePhases();
|
| + m_document->view()->updateLayoutAndStyleForPainting();
|
| m_textControl = toHTMLTextFormControlElement(m_document->getElementById("textarea"));
|
| m_textControl->focus();
|
| m_input = toHTMLInputElement(m_document->getElementById("input"));
|
|
|