This commit is contained in:
rpotts%netscape.com 2001-08-21 08:13:04 +00:00
Родитель 500cf3e2a6
Коммит 34d72acb6a
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -380,8 +380,8 @@ protected:
nsJSChannel::nsJSChannel() :
mLoadFlags(LOAD_NORMAL),
mIsActive(PR_FALSE),
mIOThunk(nsnull)
mIOThunk(nsnull),
mIsActive(PR_FALSE)
{
NS_INIT_ISUPPORTS();
}