1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-06 00:13:28 +00:00

pass storage to runtime bg

This commit is contained in:
Kyle Spearrin
2018-01-12 22:31:54 -05:00
parent 02b0afd79a
commit f01ee13102

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);