| Index: content/browser/plugin_loader_posix.cc
|
| diff --git a/content/browser/plugin_loader_posix.cc b/content/browser/plugin_loader_posix.cc
|
| index 9701a7289afe51e198621441e1b98757635dcc51..909674dc50f34363c2fcce9a0a78628fdbcd91ff 100644
|
| --- a/content/browser/plugin_loader_posix.cc
|
| +++ b/content/browser/plugin_loader_posix.cc
|
| @@ -45,7 +45,7 @@ bool PluginLoaderPosix::OnMessageReceived(const IPC::Message& message) {
|
|
|
| void PluginLoaderPosix::OnProcessCrashed(int exit_code) {
|
| canonical_list_.erase(canonical_list_.begin(),
|
| - canonical_list_.begin() + next_load_index_ + 1);
|
| + canonical_list_.begin() + next_load_index_);
|
| next_load_index_ = 0;
|
|
|
| LoadPluginsInternal();
|
|
|