Commit 6cb43032 authored by Emilio Cobos Álvarez's avatar Emilio Cobos Álvarez
Browse files

Bug 1843700 - Temporarily annotate HidePopupCallback as script boundary. a=pascalc

The caller can already run script, it's just that other script-running
functions are already marked as _BOUNDARY (incorrectly). Will fix
properly in a follow-up bug.

MANUAL PUSH: Bustage fix CLOSED TREE
parent 20615f78
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -751,7 +751,7 @@ class nsXULPopupManager final : public nsIDOMEventListener,
                                            nsMenuPopupFrame* aPopupFrame,
                                            bool aIsContextMenu,
                                            bool aSelectFirstItem);
  MOZ_CAN_RUN_SCRIPT void HidePopupCallback(
  MOZ_CAN_RUN_SCRIPT_BOUNDARY void HidePopupCallback(
      Element* aPopup, nsMenuPopupFrame* aPopupFrame, Element* aNextPopup,
      Element* aLastPopup, PopupType aPopupType, HidePopupOptions);