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:
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user