mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 13:51:41 +00:00
Bug 1278272
- Convert test_csp_upgrade_insecure_request_header.js to channel.asyncOpen2() r=jkt
This commit is contained in:
parent
f582942bd8
commit
9e62aecdfc
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user