annotating workaround for bug 221331.

This commit is contained in:
darin%meer.net 2003-10-06 01:58:08 +00:00
Родитель 325b3c6de7
Коммит ac61fe09ca
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -229,7 +229,7 @@ nsIOThreadPool::ThreadFunc(void *arg)
// XXX not using a nsAutoLock here because we need to temporarily unlock
// and relock in the inner loop. nsAutoLock has a bug, causing it to warn
// of a bogus deadlock, which makes us avoid it here.
// of a bogus deadlock, which makes us avoid it here. (see bug 221331)
PR_Lock(pool->mLock);
for (;;) {