Bug 169782 Build warning caused by checkin for bug 93015

patch by walk84@yahoo.com
r=rpotts sr=dveditz
This commit is contained in:
timeless%mac.com 2002-09-24 00:30:09 +00:00
Родитель 140d195dc8
Коммит 0efe942eaa
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -43,8 +43,8 @@ NS_IMPL_THREADSAFE_ISUPPORTS2(imgRequestProxy, imgIRequest, nsIRequest)
imgRequestProxy::imgRequestProxy() :
mOwner(nsnull),
mLoadFlags(nsIRequest::LOAD_NORMAL),
mIsInLoadGroup(PR_FALSE),
mCanceled(PR_FALSE),
mIsInLoadGroup(PR_FALSE),
mLock(nsnull)
{
NS_INIT_ISUPPORTS();