From f49c3d99e8bf68f0fe574a72b4e83da438889333 Mon Sep 17 00:00:00 2001 From: Mirko Brodesser <129945747+mbrodesser-Igalia@users.noreply.github.com> Date: Wed, 14 Jun 2023 13:17:55 +0200 Subject: [PATCH] Initialize nestedHide variable in the "hide a popover" algorithm Fixes #9412. --- source | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source b/source index 586d53dc7cc..985ad368227 100644 --- a/source +++ b/source @@ -82633,8 +82633,8 @@ dictionary DragEventInit : MouseEventInit {
Let document be element's node document.
If element's popover showing or hiding is true, then set - nestedHide to true.
Let nestedHide be element's popover showing or + hiding.
Set element's popover showing or hiding to true.