| Index: Source/core/html/HTMLTextFormControlElementTest.cpp
|
| diff --git a/Source/core/html/HTMLTextFormControlElementTest.cpp b/Source/core/html/HTMLTextFormControlElementTest.cpp
|
| index 3d921e658a2cfcf31a546d8f0d6745fbe0f6f9c2..d070470aeeb476ec8265375030dc9e56abe9656a 100644
|
| --- a/Source/core/html/HTMLTextFormControlElementTest.cpp
|
| +++ b/Source/core/html/HTMLTextFormControlElementTest.cpp
|
| @@ -79,7 +79,7 @@ void HTMLTextFormControlElementTest::SetUp()
|
|
|
| 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()->updateLayoutAndStyleIfNeededRecursive();
|
| + m_document->view()->updateLayoutAndStyleForPainting();
|
| m_textControl = toHTMLTextFormControlElement(m_document->getElementById("textarea"));
|
| m_textControl->focus();
|
| m_input = toHTMLInputElement(m_document->getElementById("input"));
|
|
|