1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-16 02:27:00 +02:00
This commit is contained in:
glitsj16 2019-07-13 03:22:44 +00:00 committed by Kyle Spearrin
parent a30b941a1d
commit 9244164487

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