| 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 0896a671ee2a5dab43639d5a115383d11254f66d..175e4788502f597d9fd0732367dec8c830011390 100644
|
| --- a/content/browser/site_per_process_browsertest.cc
|
| +++ b/content/browser/site_per_process_browsertest.cc
|
| @@ -429,7 +429,7 @@ IN_PROC_BROWSER_TEST_F(SitePerProcessBrowserTest, CrossSiteIframe) {
|
| EXPECT_EQ(proxy_to_parent, child->render_manager()->GetProxyToParent());
|
| EXPECT_TRUE(proxy_to_parent->cross_process_frame_connector());
|
| EXPECT_NE(
|
| - child->current_frame_host()->render_view_host()->GetView(),
|
| + child->current_frame_host()->render_view_host()->GetWidget()->GetView(),
|
| proxy_to_parent->cross_process_frame_connector()->get_view_for_testing());
|
| EXPECT_TRUE(child->current_frame_host()->GetRenderWidgetHost());
|
|
|
|
|