From fbaf0bb26397aa498eb9156f06d5a6fe34dd7dd8 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 03:14:29 +0200 Subject: Merging upstream version 125.0.1. Signed-off-by: Daniel Baumann --- devtools/client/application/initializer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'devtools/client/application/initializer.js') diff --git a/devtools/client/application/initializer.js b/devtools/client/application/initializer.js index fbfcbc1edc..c431945bf0 100644 --- a/devtools/client/application/initializer.js +++ b/devtools/client/application/initializer.js @@ -55,7 +55,7 @@ const { * called to start the UI for the panel. */ window.Application = { - async bootstrap({ toolbox, commands, panel }) { + async bootstrap({ toolbox, commands }) { // bind event handlers to `this` this.updateDomain = this.updateDomain.bind(this); -- cgit v1.2.3