mirror of
https://github.com/bitwarden/browser
synced 2025-12-11 13:53:34 +00:00
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user