diff --git a/mozilla/modules/libjar/nsJARChannel.cpp b/mozilla/modules/libjar/nsJARChannel.cpp index ec73666f1ce..ee725fe5644 100644 --- a/mozilla/modules/libjar/nsJARChannel.cpp +++ b/mozilla/modules/libjar/nsJARChannel.cpp @@ -145,6 +145,7 @@ NS_IMPL_ISUPPORTS1(nsJARDownloadObserver, nsIStreamObserver) nsJARChannel::nsJARChannel() : mContentType(nsnull), mContentLength(-1), + mLoadAttributes(LOAD_NORMAL), mStartPosition(0), mReadCount(-1), mJAREntry(nsnull), diff --git a/mozilla/netwerk/protocol/jar/src/nsJARChannel.cpp b/mozilla/netwerk/protocol/jar/src/nsJARChannel.cpp index ec73666f1ce..ee725fe5644 100644 --- a/mozilla/netwerk/protocol/jar/src/nsJARChannel.cpp +++ b/mozilla/netwerk/protocol/jar/src/nsJARChannel.cpp @@ -145,6 +145,7 @@ NS_IMPL_ISUPPORTS1(nsJARDownloadObserver, nsIStreamObserver) nsJARChannel::nsJARChannel() : mContentType(nsnull), mContentLength(-1), + mLoadAttributes(LOAD_NORMAL), mStartPosition(0), mReadCount(-1), mJAREntry(nsnull),