Index: content/browser/site_per_process_browsertest.cc |
diff --git a/content/browser/site_per_process_browsertest.cc b/content/browser/site_per_process_browsertest.cc |
index 7399841ac3e0d26e9077380f1f2eefaa769e26fc..150cc697c5fd3b173798976af290482f9adae487 100644 |
--- a/content/browser/site_per_process_browsertest.cc |
+++ b/content/browser/site_per_process_browsertest.cc |
@@ -6887,7 +6887,7 @@ IN_PROC_BROWSER_TEST_F(SitePerProcessBrowserTest, |
// Ensure that we don't use the blocked URL as the blocked frame's last |
// committed URL (see https://crbug.com/622385). |
- EXPECT_NE(root->child_at(0)->current_frame_host()->GetLastCommittedURL(), |
+ EXPECT_NE(root->child_at(0)->current_frame_host()->last_successful_url(), |
blocked_urls[i]); |
// The blocked frame should still fire a load event in its parent's process. |