diff --git a/mozilla/gfx/src/nsImageNetContextAsync.cpp b/mozilla/gfx/src/nsImageNetContextAsync.cpp index 91099c389b0..a452e6e4e8e 100644 --- a/mozilla/gfx/src/nsImageNetContextAsync.cpp +++ b/mozilla/gfx/src/nsImageNetContextAsync.cpp @@ -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) {