Fixing linux build bustage. r=pavlov.

git-svn-id: svn://10.0.0.236/trunk@58461 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bryner%uiuc.edu
2000-01-24 04:45:54 +00:00
parent 2a407c901f
commit 738509aa57
2 changed files with 2 additions and 2 deletions

View File

@@ -54,7 +54,7 @@ public:
nsAutoLock lock(mJARChannel->mLock);
if (NS_SUCCEEDED(status) && mJARChannel->mJarCacheTransport) {
NS_ASSERTION(jarCacheTransport == mJARChannel->mJarCacheTransport,
NS_ASSERTION(jarCacheTransport == (mJARChannel->mJarCacheTransport).get(),
"wrong transport");
// after successfully downloading the jar file to the cache,
// start the extraction process:

View File

@@ -54,7 +54,7 @@ public:
nsAutoLock lock(mJARChannel->mLock);
if (NS_SUCCEEDED(status) && mJARChannel->mJarCacheTransport) {
NS_ASSERTION(jarCacheTransport == mJARChannel->mJarCacheTransport,
NS_ASSERTION(jarCacheTransport == (mJARChannel->mJarCacheTransport).get(),
"wrong transport");
// after successfully downloading the jar file to the cache,
// start the extraction process: