Chromium Code Reviews| Index: chrome/renderer/gpu_channel_host.cc |
| =================================================================== |
| --- chrome/renderer/gpu_channel_host.cc (revision 43024) |
| +++ chrome/renderer/gpu_channel_host.cc (working copy) |
| @@ -44,7 +44,6 @@ |
| // OpenGL as a lost context. |
| for (ProxyMap::iterator iter = proxies_.begin(); |
| iter != proxies_.end(); iter++) { |
| - proxies_.erase(iter->first); |
| router_.RemoveRoute(iter->first); |
| iter->second->OnChannelError(); |
| } |