Bug 1237371: Asynchronously shutdown the predictor IO thread. r=hurley

This commit is contained in:
Kyle Huey 2016-01-06 13:18:29 -08:00
parent d9e20d4bfd
commit d165791693

View File

@ -637,7 +637,7 @@ public:
// future.
Preferences::SetBool(PREDICTOR_CLEANED_UP_PREF, true);
}
return mIOThread->Shutdown();
return mIOThread->AsyncShutdown();
}
private: