diff options
Diffstat (limited to 'o3d/plugin/win/main_win.cc')
-rw-r--r-- | o3d/plugin/win/main_win.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/o3d/plugin/win/main_win.cc b/o3d/plugin/win/main_win.cc index f658f84..9458819 100644 --- a/o3d/plugin/win/main_win.cc +++ b/o3d/plugin/win/main_win.cc @@ -739,7 +739,7 @@ NPError OSCALL NP_Shutdown(void) { stats_report::g_global_metrics.Uninitialize(); } - CommandLine::Terminate(); + CommandLine::Reset(); // TODO : This is commented out until we can determine if // it's safe to shutdown breakpad at this stage (Gears, for |