зеркало из https://github.com/mozilla/gecko-dev.git
Bug 820160 - b2g desktop builds sometimes show black screen [r=gwagner]
This commit is contained in:
Родитель
daa58006c6
Коммит
f258814cd2
|
@ -206,6 +206,7 @@ this.DOMApplicationRegistry = {
|
||||||
|
|
||||||
// Installs a 3rd party packaged app.
|
// Installs a 3rd party packaged app.
|
||||||
installPreinstalledPackage: function installPreinstalledPackage(aId) {
|
installPreinstalledPackage: function installPreinstalledPackage(aId) {
|
||||||
|
#ifdef MOZ_WIDGET_GONK
|
||||||
let app = this.webapps[aId];
|
let app = this.webapps[aId];
|
||||||
let baseDir;
|
let baseDir;
|
||||||
try {
|
try {
|
||||||
|
@ -267,6 +268,7 @@ this.DOMApplicationRegistry = {
|
||||||
} finally {
|
} finally {
|
||||||
zipReader.close();
|
zipReader.close();
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
},
|
},
|
||||||
|
|
||||||
// Implements the core of bug 787439
|
// Implements the core of bug 787439
|
||||||
|
|
Загрузка…
Ссылка в новой задаче