Bug 755581 (part 1) - Change "mjit/data" reporter to "mjit-data". r=luke.

--HG--
extra : rebase_source : e45b376ff1710e9f1bf3b14363f884bb7fb71d48
This commit is contained in:
Nicholas Nethercote 2012-05-15 19:27:34 -07:00
parent fae59802b9
commit 7c43883893

View File

@ -1481,7 +1481,7 @@ ReportCompartmentStats(const JS::CompartmentStats &cStats,
"Memory allocated for JSScript bytecode and various "
"variable-length tables.");
REPORT_BYTES0(MakePath(pathPrefix, cStats, "mjit/data"),
REPORT_BYTES0(MakePath(pathPrefix, cStats, "mjit-data"),
nsIMemoryReporter::KIND_HEAP, cStats.mjitData,
"Memory used by the method JIT for the compartment's "
"compilation data: JITScripts, native maps, and inline "