Commit e10871c4 authored by Marek Haranczyk's avatar Marek Haranczyk Committed by Commit Bot

Fix memory leak in TestRenderFrameHost::SimulateCommitProcessed.

Bug: 784904
Change-Id: I29399a9fd75e023b0289216e51eee8033e65d24c
Reviewed-on: https://chromium-review.googlesource.com/c/1454492Reviewed-by: default avatarCamille Lamy <clamy@chromium.org>
Commit-Queue: Marek Haranczyk <mharanczyk@opera.com>
Cr-Commit-Position: refs/heads/master@{#629559}
parent 30d75b2b
...@@ -480,7 +480,7 @@ void TestRenderFrameHost::SimulateCommitProcessed( ...@@ -480,7 +480,7 @@ void TestRenderFrameHost::SimulateCommitProcessed(
if (!did_commit) { if (!did_commit) {
SendNavigateWithParamsAndInterfaceParams( SendNavigateWithParamsAndInterfaceParams(
params.release(), params.get(),
mojom::DidCommitProvisionalLoadInterfaceParams::New( mojom::DidCommitProvisionalLoadInterfaceParams::New(
std::move(interface_provider_request), std::move(interface_provider_request),
std::move(document_interface_broker_content_request), std::move(document_interface_broker_content_request),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment