summaryrefslogtreecommitdiffstats
path: root/netwerk/test/unit/test_file_protocol.js
diff options
context:
space:
mode:
Diffstat (limited to 'netwerk/test/unit/test_file_protocol.js')
-rw-r--r--netwerk/test/unit/test_file_protocol.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/netwerk/test/unit/test_file_protocol.js b/netwerk/test/unit/test_file_protocol.js
index 707bddef24..4cb6b32b9e 100644
--- a/netwerk/test/unit/test_file_protocol.js
+++ b/netwerk/test/unit/test_file_protocol.js
@@ -163,7 +163,7 @@ function do_test_read_dir(set_type, expected_type) {
var file = do_get_tempdir();
var chan = new_file_channel(file);
- function on_read_complete(data) {
+ function on_read_complete() {
dump(
"*** test_read_dir.on_read_complete(" +
set_type +