Index: content/browser/frame_host/render_frame_host_impl.cc |
diff --git a/content/browser/frame_host/render_frame_host_impl.cc b/content/browser/frame_host/render_frame_host_impl.cc |
index cc0ad50ff53128a6702981667a49762ad371388b..6c2819a0737fc9f8ab021513f0906f2a6fbaf6c6 100644 |
--- a/content/browser/frame_host/render_frame_host_impl.cc |
+++ b/content/browser/frame_host/render_frame_host_impl.cc |
@@ -1525,7 +1525,7 @@ void RenderFrameHostImpl::OnHidePopup() { |
static void CreateMediaRendererService( |
mojo::InterfaceRequest<mojo::MediaRenderer> request) { |
// The created object is owned by the pipe. |
- new media::MojoRendererService(request.Pass()); |
+ new media::MojoRendererService(nullptr, request.Pass()); |
} |
#endif |