From ecd555855063fd4d2f405ca8cbbcaa7799063fca Mon Sep 17 00:00:00 2001 From: Cesar Gonzalez Date: Wed, 12 Jun 2024 12:59:12 -0500 Subject: [PATCH] [PM-5189] Removing unnecessary property --- .../inline-menu/content/autofill-inline-menu-content.service.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/browser/src/autofill/overlay/inline-menu/content/autofill-inline-menu-content.service.ts b/apps/browser/src/autofill/overlay/inline-menu/content/autofill-inline-menu-content.service.ts index 910b70f529e..dcf3ef54e88 100644 --- a/apps/browser/src/autofill/overlay/inline-menu/content/autofill-inline-menu-content.service.ts +++ b/apps/browser/src/autofill/overlay/inline-menu/content/autofill-inline-menu-content.service.ts @@ -25,7 +25,6 @@ export class AutofillInlineMenuContentService implements AutofillInlineMenuConte private isListVisible = false; private inlineMenuElementsMutationObserver: MutationObserver; private bodyElementMutationObserver: MutationObserver; - private documentElementMutationObserver: MutationObserver; private mutationObserverIterations = 0; private mutationObserverIterationsResetTimeout: number | NodeJS.Timeout; private readonly customElementDefaultStyles: Partial = {