| Index: content/browser/renderer_host/p2p/socket_dispatcher_host.cc
|
| diff --git a/content/browser/renderer_host/p2p/socket_dispatcher_host.cc b/content/browser/renderer_host/p2p/socket_dispatcher_host.cc
|
| index 253475c9ed4ea444623bdd89aaef0223e1173ea5..f1249d51e891f0a93fcdde951fd6045ddf8e592f 100644
|
| --- a/content/browser/renderer_host/p2p/socket_dispatcher_host.cc
|
| +++ b/content/browser/renderer_host/p2p/socket_dispatcher_host.cc
|
| @@ -191,7 +191,7 @@ void P2PSocketDispatcherHost::OnCreateSocket(
|
| }
|
|
|
| scoped_ptr<P2PSocketHost> socket(
|
| - P2PSocketHost::Create(this, socket_id, type, url_context_));
|
| + P2PSocketHost::Create(this, socket_id, type, url_context_.get()));
|
|
|
| if (!socket) {
|
| Send(new P2PMsg_OnError(socket_id));
|
|
|