Bug 1263392 - ConsoleCallData::mStatus should be set also when ConsoleCallData is not used in workers, r=smaug

This commit is contained in:
Andrea Marchesini 2016-04-25 13:53:49 +08:00
Родитель a7d662a2b1
Коммит bad9abbf97
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -96,6 +96,7 @@ public:
, mIDType(eUnknown)
, mOuterIDNumber(0)
, mInnerIDNumber(0)
, mStatus(eUnused)
#ifdef DEBUG
, mOwningThread(PR_GetCurrentThread())
#endif