Bug 682217 - HUDService uses some resource://gre/ urls that ought to be resource:///; r=gavin, r=rcampbell

This commit is contained in:
Mike Hommey 2011-08-26 08:42:20 +02:00
parent f6795ab075
commit 7ac7f9a0e2
3 changed files with 3 additions and 3 deletions

View File

@ -90,7 +90,7 @@ XPCOMUtils.defineLazyGetter(this, "PropertyPanel", function () {
XPCOMUtils.defineLazyGetter(this, "AutocompletePopup", function () {
var obj = {};
try {
Cu.import("resource://gre/modules/AutocompletePopup.jsm", obj);
Cu.import("resource:///modules/AutocompletePopup.jsm", obj);
}
catch (err) {
Cu.reportError(err);

View File

@ -6,7 +6,7 @@
// Tests that document.body autocompletes in the web console.
Cu.import("resource://gre/modules/PropertyPanel.jsm");
Cu.import("resource:///modules/PropertyPanel.jsm");
function test() {
addTab("data:text/html,Web Console autocompletion bug in document.body");

View File

@ -36,7 +36,7 @@
*
* ***** END LICENSE BLOCK ***** */
Cu.import("resource://gre/modules/HUDService.jsm");
Cu.import("resource:///modules/HUDService.jsm");
function log(aMsg)
{