зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1357490: Follow-up: Fix rebase botch. r=me
MozReview-Commit-ID: Klow3Ek890o
This commit is contained in:
Родитель
aee123deec
Коммит
463dae9bdf
|
@ -1187,7 +1187,7 @@ this.Extension = class extends ExtensionData {
|
||||||
|
|
||||||
await this.broadcast("Extension:Shutdown", {id: this.id});
|
await this.broadcast("Extension:Shutdown", {id: this.id});
|
||||||
|
|
||||||
if (this.rootURI.QueryInterface(Ci.nsIJARURI)) {
|
if (this.rootURI instanceof Ci.nsIJARURI) {
|
||||||
let file = this.rootURI.JARFile.QueryInterface(Ci.nsIFileURL).file;
|
let file = this.rootURI.JARFile.QueryInterface(Ci.nsIFileURL).file;
|
||||||
Services.ppmm.broadcastAsyncMessage("Extension:FlushJarCache", {path: file.path});
|
Services.ppmm.broadcastAsyncMessage("Extension:FlushJarCache", {path: file.path});
|
||||||
}
|
}
|
||||||
|
|
Загрузка…
Ссылка в новой задаче