| Index: content/browser/plugin_loader_posix.cc
|
| diff --git a/content/browser/plugin_loader_posix.cc b/content/browser/plugin_loader_posix.cc
|
| index 26fe95e639d88be11a948a951a1ea34c7e435592..8cfd773645832c7990bacecb35171d389670668f 100644
|
| --- a/content/browser/plugin_loader_posix.cc
|
| +++ b/content/browser/plugin_loader_posix.cc
|
| @@ -17,7 +17,8 @@ using content::BrowserThread;
|
| using content::ChildProcessHost;
|
|
|
| PluginLoaderPosix::PluginLoaderPosix()
|
| - : next_load_index_(0) {
|
| + : process_host_(NULL),
|
| + next_load_index_(0) {
|
| }
|
|
|
| void PluginLoaderPosix::LoadPlugins(
|
|
|