diff options
Diffstat (limited to 'testing/specialpowers/content/SpecialPowersParent.sys.mjs')
-rw-r--r-- | testing/specialpowers/content/SpecialPowersParent.sys.mjs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/specialpowers/content/SpecialPowersParent.sys.mjs b/testing/specialpowers/content/SpecialPowersParent.sys.mjs index 3ed660d71c..e0ce35bb67 100644 --- a/testing/specialpowers/content/SpecialPowersParent.sys.mjs +++ b/testing/specialpowers/content/SpecialPowersParent.sys.mjs @@ -247,7 +247,7 @@ export class SpecialPowersParent extends JSWindowActorParent { swm.removeListener(this._serviceWorkerListener); } - observe(aSubject, aTopic, aData) { + observe(aSubject, aTopic) { function addDumpIDToMessage(propertyName) { try { var id = aSubject.getPropertyAsAString(propertyName); |