зеркало из https://github.com/mozilla/pjs.git
Bustage fix, bug 443874.
This commit is contained in:
Родитель
ad99c86059
Коммит
0e8ea271fe
|
@ -104,7 +104,7 @@ Listener::OnThreadCreated()
|
||||||
NS_IMETHODIMP
|
NS_IMETHODIMP
|
||||||
Listener::OnThreadShuttingDown()
|
Listener::OnThreadShuttingDown()
|
||||||
{
|
{
|
||||||
nsIThread* current = NS_GetCurrentThread();
|
nsCOMPtr<nsIThread> current(do_GetCurrentThread());
|
||||||
NS_ASSERTION(current, "Couldn't get current thread!");
|
NS_ASSERTION(current, "Couldn't get current thread!");
|
||||||
|
|
||||||
nsAutoMonitor mon(gMonitor);
|
nsAutoMonitor mon(gMonitor);
|
||||||
|
|
Загрузка…
Ссылка в новой задаче