From 086c044dc34dfc0f74fbe41f4ecb402b2cd34884 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 03:13:33 +0200 Subject: Merging upstream version 125.0.1. Signed-off-by: Daniel Baumann --- toolkit/actors/FindBarChild.sys.mjs | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'toolkit/actors/FindBarChild.sys.mjs') diff --git a/toolkit/actors/FindBarChild.sys.mjs b/toolkit/actors/FindBarChild.sys.mjs index 645456ad1f..8aed35a769 100644 --- a/toolkit/actors/FindBarChild.sys.mjs +++ b/toolkit/actors/FindBarChild.sys.mjs @@ -141,11 +141,8 @@ export class FindBarChild extends JSWindowActorChild { return false; } - if ( - (win.HTMLIFrameElement.isInstance(elt) && elt.mozbrowser) || - win.XULFrameElement.isInstance(elt) - ) { - // If we're targeting a mozbrowser iframe or an embedded XULFrameElement + if (win.XULFrameElement.isInstance(elt)) { + // If we're targeting an embedded XULFrameElement // (e.g. about:addons extensions inline options page), do not activate // fast find. return false; -- cgit v1.2.3