Bug 1461145: Support async startup/shutdown bootstrap methods. r=aswan

MozReview-Commit-ID: L0G4DA0KJ87
This commit is contained in:
Kris Maglione
2018-05-12 18:51:32 -07:00
parent c6695e70cf
commit e2dad07746
59 changed files with 449 additions and 427 deletions

View File

@@ -344,7 +344,7 @@ class ExtensionWrapper {
this.state = "unloading";
if (this.addon) {
this.addon.uninstall();
await this.addon.uninstall();
} else {
await this.extension.shutdown();
}