Bug 1237369: When annotating LSPs, asynchronously shutdown the annotation thread. r=jimm

This commit is contained in:
Kyle Huey 2016-01-06 13:18:29 -08:00
parent 1ab13f2322
commit e4e99090ac

View File

@ -46,7 +46,7 @@ LSPAnnotationGatherer::Annotate()
if (cr && NS_SUCCEEDED(cr->GetEnabled(&enabled)) && enabled) {
cr->AnnotateCrashReport(NS_LITERAL_CSTRING("Winsock_LSP"), mString);
}
mThread->Shutdown();
mThread->AsyncShutdown();
}
NS_IMETHODIMP