mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 820160 - b2g desktop builds sometimes show black screen [r=gwagner]
This commit is contained in:
parent
fa0917d7b7
commit
880a9e50e0
@ -206,6 +206,7 @@ this.DOMApplicationRegistry = {
|
||||
|
||||
// Installs a 3rd party packaged app.
|
||||
installPreinstalledPackage: function installPreinstalledPackage(aId) {
|
||||
#ifdef MOZ_WIDGET_GONK
|
||||
let app = this.webapps[aId];
|
||||
let baseDir;
|
||||
try {
|
||||
@ -267,6 +268,7 @@ this.DOMApplicationRegistry = {
|
||||
} finally {
|
||||
zipReader.close();
|
||||
}
|
||||
#endif
|
||||
},
|
||||
|
||||
// Implements the core of bug 787439
|
||||
|
Loading…
Reference in New Issue
Block a user