| Index: content/renderer/p2p/socket_dispatcher.cc
|
| diff --git a/content/renderer/p2p/socket_dispatcher.cc b/content/renderer/p2p/socket_dispatcher.cc
|
| index 4a3c5809aa095409a0d74150eaaab94a58ec27a3..bff5b9a47e334fa11ea95c582a9d607481e078c0 100644
|
| --- a/content/renderer/p2p/socket_dispatcher.cc
|
| +++ b/content/renderer/p2p/socket_dispatcher.cc
|
| @@ -27,7 +27,7 @@ P2PSocketDispatcher::P2PSocketDispatcher(
|
|
|
| P2PSocketDispatcher::~P2PSocketDispatcher() {
|
| network_list_observers_->AssertEmpty();
|
| - for (IDMap<P2PSocketClientImpl>::iterator i(&clients_); !i.IsAtEnd();
|
| + for (IDMap<P2PSocketClientImpl*>::iterator i(&clients_); !i.IsAtEnd();
|
| i.Advance()) {
|
| i.GetCurrentValue()->Detach();
|
| }
|
|
|