Initialize mPendingInstantiateEvent to null. b=386889 r+sr=biesi

This commit is contained in:
dbaron@dbaron.org 2007-07-05 15:44:27 -07:00
parent a6df82abe4
commit 69a76dfb14

View File

@ -281,7 +281,8 @@ IsSupportedPlugin(const nsCString& aMIMEType)
}
nsObjectLoadingContent::nsObjectLoadingContent()
: mChannel(nsnull)
: mPendingInstantiateEvent(nsnull)
, mChannel(nsnull)
, mType(eType_Loading)
, mInstantiating(PR_FALSE)
, mUserDisabled(PR_FALSE)