summaryrefslogtreecommitdiffstats
path: root/dom/console/ConsoleAPIStorage.sys.mjs
diff options
context:
space:
mode:
Diffstat (limited to 'dom/console/ConsoleAPIStorage.sys.mjs')
-rw-r--r--dom/console/ConsoleAPIStorage.sys.mjs2
1 files changed, 1 insertions, 1 deletions
diff --git a/dom/console/ConsoleAPIStorage.sys.mjs b/dom/console/ConsoleAPIStorage.sys.mjs
index f920d0d5e0..2f537f21e9 100644
--- a/dom/console/ConsoleAPIStorage.sys.mjs
+++ b/dom/console/ConsoleAPIStorage.sys.mjs
@@ -49,7 +49,7 @@ ConsoleAPIStorageService.prototype = {
"nsIObserver",
]),
- observe: function CS_observe(aSubject, aTopic, aData) {
+ observe: function CS_observe(aSubject, aTopic) {
if (aTopic == "xpcom-shutdown") {
Services.obs.removeObserver(this, "xpcom-shutdown");
Services.obs.removeObserver(this, "inner-window-destroyed");