summaryrefslogtreecommitdiffstats
path: root/toolkit/mozapps/extensions/test/xpcshell/test_bug559800.js
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/mozapps/extensions/test/xpcshell/test_bug559800.js')
-rw-r--r--toolkit/mozapps/extensions/test/xpcshell/test_bug559800.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolkit/mozapps/extensions/test/xpcshell/test_bug559800.js b/toolkit/mozapps/extensions/test/xpcshell/test_bug559800.js
index 866ad3ad7..41057cd76 100644
--- a/toolkit/mozapps/extensions/test/xpcshell/test_bug559800.js
+++ b/toolkit/mozapps/extensions/test/xpcshell/test_bug559800.js
@@ -10,7 +10,7 @@ profileDir.append("extensions");
// getting an unused port
Components.utils.import("resource://testing-common/httpd.js");
-var gServer = new HttpServer();
+let gServer = new HttpServer();
gServer.start(-1);
gPort = gServer.identity.primaryPort;