diff --git a/jslib b/jslib index d61794265a..a3c9c7d41e 160000 --- a/jslib +++ b/jslib @@ -1 +1 @@ -Subproject commit d61794265a12076b765876b52cef597862727b1f +Subproject commit a3c9c7d41ea454438b3c3fcf1887e9997fc2727a diff --git a/src/background/main.background.ts b/src/background/main.background.ts index 9a69451499..3f0c30d2cd 100644 --- a/src/background/main.background.ts +++ b/src/background/main.background.ts @@ -206,7 +206,8 @@ export default class MainBackground { if (!this.isSafari) { this.contextMenusBackground = new ContextMenusBackground(this, this.cipherService, - this.passwordGenerationService, this.analytics, this.platformUtilsService, this.lockService, this.eventService); + 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);