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 --- browser/components/extensions/parent/ext-commands.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'browser/components/extensions/parent/ext-commands.js') diff --git a/browser/components/extensions/parent/ext-commands.js b/browser/components/extensions/parent/ext-commands.js index 88e7dae307..328f05a802 100644 --- a/browser/components/extensions/parent/ext-commands.js +++ b/browser/components/extensions/parent/ext-commands.js @@ -42,7 +42,7 @@ this.commands = class extends ExtensionAPIPersistent { return ExtensionShortcuts.removeCommandsFromStorage(extensionId); } - async onManifestEntry(entryName) { + async onManifestEntry() { let shortcuts = new ExtensionShortcuts({ extension: this.extension, onCommand: name => this.emit("command", name), -- cgit v1.2.3