Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(887)

Unified Diff: third_party/WebKit/Source/web/tests/WebViewTest.cpp

Issue 2769263004: Remove Frame::host() method (Closed)
Patch Set: Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698