| Index: third_party/WebKit/Source/web/tests/VisualViewportTest.cpp
|
| diff --git a/third_party/WebKit/Source/web/tests/VisualViewportTest.cpp b/third_party/WebKit/Source/web/tests/VisualViewportTest.cpp
|
| index f8dc2cb97dfd0884bcb66253f502b3663f3ffb4b..82335a0f2b5654318d97110d944fc4929b10d23f 100644
|
| --- a/third_party/WebKit/Source/web/tests/VisualViewportTest.cpp
|
| +++ b/third_party/WebKit/Source/web/tests/VisualViewportTest.cpp
|
| @@ -1800,7 +1800,7 @@ TEST_P(VisualViewportTest, TestMainFrameInitializationSizing) {
|
| RegisterMockedHttpURLLoad("content-width-1000-min-scale.html");
|
| NavigateTo(base_url_ + "content-width-1000-min-scale.html");
|
|
|
| - WebLocalFrameImpl* local_frame = WebViewImpl()->MainFrameImpl();
|
| + WebLocalFrameBase* local_frame = WebViewImpl()->MainFrameImpl();
|
| // The shutdown() calls are a hack to prevent this test from violating
|
| // invariants about frame state during navigation/detach.
|
| local_frame->GetFrame()->GetDocument()->Shutdown();
|
|
|