Bug 1288033 - part 2 - fixed a compilation error, r=me

This commit is contained in:
Andrea Marchesini 2016-07-21 09:56:11 +02:00
Родитель 050f67b249
Коммит 00b39908d5
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -261,7 +261,7 @@ WorkerRunnable::Run()
MOZ_ASSERT(IsCanceled(), "Subclass Cancel() didn't set IsCanceled()!");
if (mBehavior == WorkerThreadModifyBusyCount) {
mWorkerPrivate->ModifyBusyCountFromWorker(WorkerPrivate::eDecreaseBusyCount);
mWorkerPrivate->ModifyBusyCountFromWorker(false);
}
return NS_OK;