Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(512)

Unified Diff: content/browser/renderer_host/p2p_sockets_host.h

Issue 6627052: Fix crash in P2P IPC host. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: - Created 9 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | content/browser/renderer_host/p2p_sockets_host.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/renderer_host/p2p_sockets_host.h
diff --git a/content/browser/renderer_host/p2p_sockets_host.h b/content/browser/renderer_host/p2p_sockets_host.h
index 9d965ebb9fc80d43563d919499d97f731531039e..ed56aceb73f9c6832d64aaa17c236de4511c5844 100644
--- a/content/browser/renderer_host/p2p_sockets_host.h
+++ b/content/browser/renderer_host/p2p_sockets_host.h
@@ -30,7 +30,7 @@ class P2PSocketsHost : public BrowserMessageFilter {
const std::vector<char>& data);
void OnDestroySocket(const IPC::Message& msg, int socket_id);
- IDMap<P2PSocketHost> sockets_;
+ IDMap<P2PSocketHost, IDMapOwnPointer> sockets_;
DISALLOW_COPY_AND_ASSIGN(P2PSocketsHost);
};
« no previous file with comments | « no previous file | content/browser/renderer_host/p2p_sockets_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698