Bug 1278272 - Convert test_csp_upgrade_insecure_request_header.js to channel.asyncOpen2() r=jkt

This commit is contained in:
Christoph Kerschbaumer 2016-06-29 13:08:47 +02:00
parent f582942bd8
commit 9e62aecdfc

View File

@ -93,7 +93,7 @@ function run_next_test() {
return;
}
channel = setupChannel(curTest.contentType);
channel.asyncOpen(new ChannelListener(), null);
channel.asyncOpen2(new ChannelListener());
}
function run_test() {