This commit is contained in:
glitsj16 2019-07-13 03:22:44 +00:00 committed by Kyle Spearrin
parent a30b941a1d
commit 9244164487
1 changed files with 1 additions and 1 deletions

View File

@ -206,7 +206,7 @@ export default class MainBackground {
if (!this.isSafari) {
this.contextMenusBackground = new ContextMenusBackground(this, this.cipherService,
this.passwordGenerationService, this.analytics, this.platformUtilsService, this.lockService);
this.passwordGenerationService, this.analytics, this.platformUtilsService, this.lockService, this.eventService);
this.idleBackground = new IdleBackground(this.lockService, this.storageService, this.notificationsService);
this.webRequestBackground = new WebRequestBackground(this.platformUtilsService, this.cipherService,
this.lockService);