summaryrefslogtreecommitdiffstats
path: root/toolkit/components/crashes/tests/xpcshell/test_crash_service.js
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/components/crashes/tests/xpcshell/test_crash_service.js')
-rw-r--r--toolkit/components/crashes/tests/xpcshell/test_crash_service.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolkit/components/crashes/tests/xpcshell/test_crash_service.js b/toolkit/components/crashes/tests/xpcshell/test_crash_service.js
index 63ff3343d6..6648230785 100644
--- a/toolkit/components/crashes/tests/xpcshell/test_crash_service.js
+++ b/toolkit/components/crashes/tests/xpcshell/test_crash_service.js
@@ -170,7 +170,7 @@ add_task(async function test_addCrash_quitting() {
await setup(firstCrashId);
let minidumpAnalyzerKilledPromise = new Promise((resolve, reject) => {
- Services.obs.addObserver((subject, topic, data) => {
+ Services.obs.addObserver((subject, topic) => {
if (topic === "test-minidump-analyzer-killed") {
resolve();
}