summaryrefslogtreecommitdiffstats
path: root/testing/talos/talos/talos-powers/api.js
diff options
context:
space:
mode:
Diffstat (limited to 'testing/talos/talos/talos-powers/api.js')
-rw-r--r--testing/talos/talos/talos-powers/api.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/testing/talos/talos/talos-powers/api.js b/testing/talos/talos/talos-powers/api.js
index cb0ddaccef..c6b7611976 100644
--- a/testing/talos/talos/talos-powers/api.js
+++ b/testing/talos/talos/talos-powers/api.js
@@ -371,7 +371,7 @@ TalosPowersService.prototype = {
},
*/
ParentExecServices: {
- ping(arg, callback, win) {
+ ping(arg, callback) {
callback();
},
@@ -387,15 +387,15 @@ TalosPowersService.prototype = {
callback(rv);
},
- requestDumpCoverageCounters(arg, callback, win) {
+ requestDumpCoverageCounters(arg, callback) {
PerTestCoverageUtils.afterTest().then(callback);
},
- requestResetCoverageCounters(arg, callback, win) {
+ requestResetCoverageCounters(arg, callback) {
PerTestCoverageUtils.beforeTest().then(callback);
},
- dumpAboutSupport(arg, callback, win) {
+ dumpAboutSupport(arg, callback) {
const { Troubleshoot } = ChromeUtils.importESModule(
"resource://gre/modules/Troubleshoot.sys.mjs"
);