зеркало из https://github.com/mozilla/gecko-dev.git
bug 562406: Fix burning maemo builds a=burning r=mfinkle
This commit is contained in:
Родитель
cc800a0b7a
Коммит
55dd1c99cf
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче