summaryrefslogtreecommitdiffstats
path: root/editor/libeditor/tests/test_bug502673.html
diff options
context:
space:
mode:
Diffstat (limited to 'editor/libeditor/tests/test_bug502673.html')
-rw-r--r--editor/libeditor/tests/test_bug502673.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/libeditor/tests/test_bug502673.html b/editor/libeditor/tests/test_bug502673.html
index 0850cf3de0..fcfb1f329e 100644
--- a/editor/libeditor/tests/test_bug502673.html
+++ b/editor/libeditor/tests/test_bug502673.html
@@ -37,7 +37,7 @@ https://bugzilla.mozilla.org/show_bug.cgi?id=502673
editor.removeDocumentStateListener(this);
},
- NotifyDocumentStateChanged(aNowDirty) {
+ NotifyDocumentStateChanged() {
var editor = SpecialPowers.wrap(this.input).editor;
editor.removeDocumentStateListener(this);
},