| Index: content/browser/security_exploit_browsertest.cc
|
| diff --git a/content/browser/security_exploit_browsertest.cc b/content/browser/security_exploit_browsertest.cc
|
| index 07e84bb284639fd7ccff134244b8fdae3e13326d..87735eafcb1607da1b2d9dc012cdee9eef49c1d6 100644
|
| --- a/content/browser/security_exploit_browsertest.cc
|
| +++ b/content/browser/security_exploit_browsertest.cc
|
| @@ -542,7 +542,7 @@ IN_PROC_BROWSER_TEST_F(SecurityExploitBrowserTest, MismatchedOriginOnCommit) {
|
| params.origin = url::Origin(GURL("http://bar.com/"));
|
|
|
| FrameHostMsg_DidCommitProvisionalLoad msg(
|
| - root->current_frame_host()->routing_id(), params);
|
| + root->current_frame_host()->routing_id(), params, nullptr);
|
| IPC::IpcSecurityTestUtil::PwnMessageReceived(
|
| root->current_frame_host()->GetProcess()->GetChannel(), msg);
|
|
|
|
|