Bug 169782 Build warning caused by checkin for bug 93015

patch by walk84@yahoo.com
r=rpotts sr=dveditz


git-svn-id: svn://10.0.0.236/trunk@130309 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
timeless%mac.com
2002-09-24 00:30:09 +00:00
parent d27333cec6
commit 02a92e09f3

View File

@@ -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();