diff --git a/dom/apps/AppsUtils.jsm b/dom/apps/AppsUtils.jsm index 96bf9e11299..1604c369ddb 100644 --- a/dom/apps/AppsUtils.jsm +++ b/dom/apps/AppsUtils.jsm @@ -226,7 +226,7 @@ this.AppsUtils = { deferred.resolve(file); } }); - aRequestChannel.asyncOpen2(listener); + aRequestChannel.asyncOpen(listener, null); return deferred.promise; },