bug 667385 - followon patch to remove an old PRBool rs=honzab

This commit is contained in:
Patrick McManus 2011-11-15 11:25:56 -05:00
Родитель 0e1d62fff8
Коммит 4d80bca0f2
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -412,7 +412,7 @@ nsHttpPipeline::OnTransportStatus(nsITransport* transport,
bool
nsHttpPipeline::IsDone()
{
PRBool done = PR_TRUE;
bool done = true;
PRUint32 i, count = mRequestQ.Length();
for (i = 0; done && (i < count); i++)