| Index: content/browser/security_exploit_browsertest.cc
|
| diff --git a/content/browser/security_exploit_browsertest.cc b/content/browser/security_exploit_browsertest.cc
|
| index 9fadec049a7824e44dfb0251c4a94b93eaf10ddb..3971285583aab32f83b253d6b9d0784a7c793786 100644
|
| --- a/content/browser/security_exploit_browsertest.cc
|
| +++ b/content/browser/security_exploit_browsertest.cc
|
| @@ -139,8 +139,10 @@ IN_PROC_BROWSER_TEST_F(SecurityExploitBrowserTest,
|
| new SessionStorageNamespaceImpl(dom_storage_context));
|
| // Cause a deliberate collision in routing ids.
|
| int main_frame_routing_id = duplicate_routing_id + 1;
|
| - pending_rvh->CreateNewWindow(
|
| - duplicate_routing_id, main_frame_routing_id, params, session_storage);
|
| + pending_rvh->CreateNewWindow(duplicate_routing_id,
|
| + main_frame_routing_id,
|
| + params,
|
| + session_storage.get());
|
|
|
| // If the above operation doesn't cause a crash, the test has succeeded!
|
| }
|
|
|