pass storage to runtime bg

This commit is contained in:
Kyle Spearrin 2018-01-12 22:31:54 -05:00
parent 02b0afd79a
commit f01ee13102
1 changed files with 1 additions and 1 deletions

View File

@ -147,7 +147,7 @@ export default class MainBackground {
// Background
this.runtimeBackground = new RuntimeBackground(this, this.autofillService, this.cipherService,
this.platformUtilsService);
this.platformUtilsService, this.storageService);
if (!this.isSafari) {
this.commandsBackground = new CommandsBackground(this, this.passwordGenerationService);