Bug 518989 followup, accidentally reverted the part of the patch from bug 518607 that removed getting the FUEL Application object instead of using the one that's already in scope, a=1

This commit is contained in:
Phil Ringnalda 2010-04-25 11:01:59 -07:00
parent c135b9228a
commit b1e28235c0

View File

@ -82,10 +82,6 @@ const PREFS_BLACKLIST = [
];
window.onload = function () {
// Get the FUEL Application object.
let Application = Cc["@mozilla.org/fuel/application;1"]
.getService(Ci.fuelIApplication);
// Get the support URL.
let urlFormatter = Cc["@mozilla.org/toolkit/URLFormatterService;1"]
.getService(Ci.nsIURLFormatter);