| Index: third_party/WebKit/Source/web/tests/TextFinderTest.cpp
|
| diff --git a/third_party/WebKit/Source/web/tests/TextFinderTest.cpp b/third_party/WebKit/Source/web/tests/TextFinderTest.cpp
|
| index 9ee5ae53837790c19dc798d543af7912055d87e7..c40f851c4da0341aa9bce5c94be520b56437afe7 100644
|
| --- a/third_party/WebKit/Source/web/tests/TextFinderTest.cpp
|
| +++ b/third_party/WebKit/Source/web/tests/TextFinderTest.cpp
|
| @@ -32,7 +32,7 @@ protected:
|
| TextFinderTest()
|
| {
|
| m_webViewHelper.initialize();
|
| - WebLocalFrameImpl& frameImpl = *m_webViewHelper.webViewImpl()->mainFrameImpl();
|
| + WebLocalFrameImpl& frameImpl = *m_webViewHelper.webView()->mainFrameImpl();
|
| frameImpl.viewImpl()->resize(WebSize(640, 480));
|
| frameImpl.viewImpl()->updateAllLifecyclePhases();
|
| m_document = static_cast<Document*>(frameImpl.document());
|
|
|