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 995bde664789151494319282e9dfdbefc048e4af..358b640cf97ac14abb1aca1a15ec8e97e259e7a4 100644 |
--- a/third_party/WebKit/Source/web/tests/TextFinderTest.cpp |
+++ b/third_party/WebKit/Source/web/tests/TextFinderTest.cpp |
@@ -31,8 +31,7 @@ class TextFinderTest : public ::testing::Test { |
protected: |
TextFinderTest() { |
web_view_helper_.Initialize(); |
- WebLocalFrameBase& frame_impl = |
- *web_view_helper_.WebView()->MainFrameImpl(); |
+ WebLocalFrameBase& frame_impl = *web_view_helper_.LocalMainFrame(); |
frame_impl.ViewImpl()->Resize(WebSize(640, 480)); |
frame_impl.ViewImpl()->UpdateAllLifecyclePhases(); |
document_ = static_cast<Document*>(frame_impl.GetDocument()); |