| Index: third_party/WebKit/Source/web/tests/ImeOnFocusTest.cpp
|
| diff --git a/third_party/WebKit/Source/web/tests/ImeOnFocusTest.cpp b/third_party/WebKit/Source/web/tests/ImeOnFocusTest.cpp
|
| index 9f0bb929aabaad888e66be7b6ed485af856ac4fa..6b2f52e0bd33d47531053990d6832a9e17d4fcbe 100644
|
| --- a/third_party/WebKit/Source/web/tests/ImeOnFocusTest.cpp
|
| +++ b/third_party/WebKit/Source/web/tests/ImeOnFocusTest.cpp
|
| @@ -103,7 +103,7 @@ void ImeOnFocusTest::runImeOnFocusTest(std::string fileName, int expectedImeRequ
|
| WebViewImpl* webView = m_webViewHelper.initialize(true, 0, &client);
|
| webView->resize(WebSize(800, 1200));
|
| loadFrame(webView->mainFrame(), m_baseURL + fileName);
|
| - m_document = m_webViewHelper.webViewImpl()->mainFrameImpl()->document().unwrap<Document>();
|
| + m_document = m_webViewHelper.webView()->mainFrameImpl()->document().unwrap<Document>();
|
|
|
| if (!focusElement.isNull())
|
| focus(focusElement);
|
|
|