bug 562406: Fix burning maemo builds a=burning r=mfinkle

This commit is contained in:
Taras Glek 2011-01-07 13:32:21 -08:00
parent cade7f1d9a
commit dfb20e58c1

View File

@ -239,6 +239,7 @@ StartupCache::GetBuffer(const char* id, char** outbuf, PRUint32* length)
}
}
#ifdef MOZ_OMNIJAR
if (mozilla::OmnijarReader()) {
// no need to checksum omnijarred entries
nsZipItemPtr<char> zipItem(mozilla::OmnijarReader(), id);
@ -248,6 +249,7 @@ StartupCache::GetBuffer(const char* id, char** outbuf, PRUint32* length)
return NS_OK;
}
}
#endif
return NS_ERROR_NOT_AVAILABLE;
}