| Index: content/browser/security_exploit_browsertest.cc
|
| diff --git a/content/browser/security_exploit_browsertest.cc b/content/browser/security_exploit_browsertest.cc
|
| index b28dae0b944bb304d889f825f16d09f1e41cbefc..086d801fe4dce063bd25d0347a4180c1eaec51a7 100644
|
| --- a/content/browser/security_exploit_browsertest.cc
|
| +++ b/content/browser/security_exploit_browsertest.cc
|
| @@ -79,7 +79,7 @@ RenderViewHostImpl* PrepareToDuplicateHosts(Shell* shell,
|
| if (base::CommandLine::ForCurrentProcess()->HasSwitch(
|
| switches::kEnableBrowserSideNavigation)) {
|
| next_rfh =
|
| - wc->GetRenderManagerForTesting()->speculative_frame_host_for_testing();
|
| + wc->GetRenderManagerForTesting()->speculative_frame_host();
|
| } else {
|
| next_rfh = wc->GetRenderManagerForTesting()->pending_frame_host();
|
| }
|
|
|