Tweak some comments per bug 910523 and bug 910517.

This commit is contained in:
Gavin Sharp
2013-09-16 09:45:58 -04:00
parent 2cdaf74cee
commit 98f00006e6
2 changed files with 2 additions and 2 deletions

View File

@@ -148,7 +148,7 @@ function reportMemoryUsage() {
var mgr = Cc["@mozilla.org/memory-reporter-manager;1"]
.getService(Ci.nsIMemoryReporterManager);
// XXX: this code is *so* bogus -- nsIMemoryReporter changed its |memoryUsed|
// Bug 916501: this code is *so* bogus -- nsIMemoryReporter changed its |memoryUsed|
// field to |amount| *years* ago, and even bigger changes have happened
// since -- that it must just never be run.
var reporters = mgr.enumerateReporters();

View File

@@ -205,7 +205,7 @@ let AboutHome = {
mm.broadcastAsyncMessage("AboutHome:Update", data);
}
}).then(null, function onError(x) {
Cu.reportError("Error in AboutHome.sendAboutHomeData " + x);
Cu.reportError("Error in AboutHome.sendAboutHomeData: " + x);
});
},
};