This commit is contained in:
Ben Turner 2008-07-24 11:17:42 -07:00
Родитель ad99c86059
Коммит 0e8ea271fe
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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);