From 92441644878b0113723ebdfc99f1000b74c1eb62 Mon Sep 17 00:00:00 2001 From: glitsj16 Date: Sat, 13 Jul 2019 03:22:44 +0000 Subject: [PATCH] Fix #971 (#972) --- src/background/main.background.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/background/main.background.ts b/src/background/main.background.ts index 8b449e4847..9a69451499 100644 --- a/src/background/main.background.ts +++ b/src/background/main.background.ts @@ -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);