Bug 1244890 - Convert tests within toolkit/components/passwordmgr to use asyncOpen2(). r=sicking

--HG--
extra : rebase_source : ff015e3dc67a7aebad6e651c6d82976d0bbd42e0
This commit is contained in:
Christoph Kerschbaumer 2016-02-01 14:37:06 -08:00
parent 8607acd876
commit 332704f22e

View File

@ -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