diff options
Diffstat (limited to '')
-rw-r--r-- | toolkit/components/processsingleton/MainProcessSingleton.sys.mjs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolkit/components/processsingleton/MainProcessSingleton.sys.mjs b/toolkit/components/processsingleton/MainProcessSingleton.sys.mjs index a10493f79b..2c93bcdc65 100644 --- a/toolkit/components/processsingleton/MainProcessSingleton.sys.mjs +++ b/toolkit/components/processsingleton/MainProcessSingleton.sys.mjs @@ -10,7 +10,7 @@ MainProcessSingleton.prototype = { "nsISupportsWeakReference", ]), - observe(subject, topic, data) { + observe(subject, topic) { switch (topic) { case "app-startup": { // Imported for side-effects. |