fix for bug#25021. r:neeti, rpotts. fix needed for pdt bugs. pnunn.

git-svn-id: svn://10.0.0.236/trunk@60352 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
pnunn%netscape.com
2000-02-11 00:55:37 +00:00
parent 6c6a66b718
commit be8772f614

View File

@@ -541,7 +541,7 @@ ImageNetContextImpl::Clone()
//mReconnectArg is ImageGroup. If GetURL is triggered
//by timer for animation, ImageGroup may have been unloaded
//before timer kicks off.
mReconnectCallback=nsnull; mReconnectArg=nsnull;
//mReconnectCallback=nsnull; mReconnectArg=nsnull;
if (NS_NewImageNetContext(&cx, group, mReconnectCallback, mReconnectArg) == NS_OK)
{