Bug 887923 - Switch Task.jsm from promise.js to Promise.jsm. r=mano

This commit is contained in:
Paolo Amadini 2013-06-27 11:34:21 -07:00
parent 1832662faa
commit 8e98a19eee

View File

@ -91,7 +91,7 @@ const Ci = Components.interfaces;
const Cu = Components.utils;
const Cr = Components.results;
Cu.import("resource://gre/modules/commonjs/sdk/core/promise.js");
Cu.import("resource://gre/modules/Promise.jsm");
// The following error types are considered programmer errors, which should be
// reported (possibly redundantly) so as to let programmers fix their code.