summaryrefslogtreecommitdiffstats
path: root/browser/extensions/formautofill/background.js
diff options
context:
space:
mode:
Diffstat (limited to 'browser/extensions/formautofill/background.js')
-rw-r--r--browser/extensions/formautofill/background.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/browser/extensions/formautofill/background.js b/browser/extensions/formautofill/background.js
index fe6265415f..199d6fc20a 100644
--- a/browser/extensions/formautofill/background.js
+++ b/browser/extensions/formautofill/background.js
@@ -6,7 +6,7 @@
"use strict";
-browser.runtime.onUpdateAvailable.addListener(details => {
+browser.runtime.onUpdateAvailable.addListener(_details => {
// By listening to but ignoring this event, any updates will
// be delayed until the next browser restart.
// Note that if we ever wanted to change this, we should make