Followup to Bug 1241821 - ESLint fix

--HG--
extra : commitid : 5Pf2Sf7gxj9
This commit is contained in:
Wes Kocher 2016-01-29 14:36:13 -08:00
Родитель e3368ea955
Коммит 1f2034ed37
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -110,7 +110,7 @@ function run_test() {
// be sent even though reporting is enabled.
add_test(function() {
server.registerPathHandler("/submit/sslreports",
function(request, response){
function(request, response) {
do_throw("No report should be sent");
});
reporter.reportTLSError(null, "example.com", -1);