summaryrefslogtreecommitdiffstats
path: root/toolkit/actors/ControllersParent.sys.mjs
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/actors/ControllersParent.sys.mjs')
-rw-r--r--toolkit/actors/ControllersParent.sys.mjs2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolkit/actors/ControllersParent.sys.mjs b/toolkit/actors/ControllersParent.sys.mjs
index 05ea166112..8461d76ba2 100644
--- a/toolkit/actors/ControllersParent.sys.mjs
+++ b/toolkit/actors/ControllersParent.sys.mjs
@@ -47,7 +47,7 @@ export class ControllersParent extends JSWindowActorParent {
this.sendAsyncMessage("ControllerCommands:Do", aCommand);
}
- getCommandStateWithParams(aCommand, aCommandParams) {
+ getCommandStateWithParams() {
throw Components.Exception("Not implemented", Cr.NS_ERROR_NOT_IMPLEMENTED);
}