diff --git a/browser/modules/PageActions.sys.mjs b/browser/modules/PageActions.sys.mjs index 2a900c21f0a6..5ac7deaa4415 100644 --- a/browser/modules/PageActions.sys.mjs +++ b/browser/modules/PageActions.sys.mjs @@ -437,7 +437,7 @@ export var PageActions = { */ sendPlacedInUrlbarTrigger(buttonNode) { lazy.setTimeout(async () => { - await lazy.ASRouter.initialized; + await lazy.ASRouter.waitForInitialized; let win = buttonNode?.ownerGlobal; if (!win || buttonNode.hidden) { return;