зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1244890 - Convert tests within toolkit/components/passwordmgr to use asyncOpen2(). r=sicking
--HG-- extra : rebase_source : ff015e3dc67a7aebad6e651c6d82976d0bbd42e0
This commit is contained in:
Родитель
8607acd876
Коммит
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
|
||||
|
|
Загрузка…
Ссылка в новой задаче