| Index: third_party/WebKit/Source/web/tests/WebViewTest.cpp
|
| diff --git a/third_party/WebKit/Source/web/tests/WebViewTest.cpp b/third_party/WebKit/Source/web/tests/WebViewTest.cpp
|
| index 72607ea90554fa526b984bf96f5447cc1da0990b..c75c104ba4db3627b51fdf301d689f2c17f5c824 100644
|
| --- a/third_party/WebKit/Source/web/tests/WebViewTest.cpp
|
| +++ b/third_party/WebKit/Source/web/tests/WebViewTest.cpp
|
| @@ -4126,7 +4126,7 @@ TEST_P(WebViewTest, ClosingPageIsSuspended) {
|
| EXPECT_TRUE(mainFrame->domWindow()->closed());
|
| // EXPECT_TRUE(page->isClosing());
|
| // ...but not yet detached.
|
| - EXPECT_TRUE(mainFrame->host());
|
| + EXPECT_TRUE(mainFrame->page());
|
|
|
| {
|
| ScopedPageSuspender suspender;
|
|
|