mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-10-31 22:25:30 +00:00
Bug 1244890 - Convert tests within toolkit/components/passwordmgr to use asyncOpen2(). r=sicking
--HG-- extra : rebase_source : ff015e3dc67a7aebad6e651c6d82976d0bbd42e0
This commit is contained in:
parent
8607acd876
commit
332704f22e
@ -44,7 +44,7 @@ function* registerConverter() {
|
||||
// In this test, we pass the new channel to the listener but don't fire a
|
||||
// redirect notification, even if it would be required. This keeps the
|
||||
// test code simpler and doesn't impact the principal check we're testing.
|
||||
channel.asyncOpen(this.listener, aContext);
|
||||
channel.asyncOpen2(this.listener);
|
||||
},
|
||||
|
||||
// nsIRequestObserver
|
||||
|
Loading…
Reference in New Issue
Block a user