Bug 952616 - Fix typo in previous commit changing success message (r=me)

This commit is contained in:
Luke Wagner 2014-01-03 11:04:23 -06:00
parent 2e804616e4
commit 98ccd612b2

View File

@ -1709,7 +1709,7 @@ class MOZ_STACK_CLASS ModuleCompiler
return;
}
}
out->reset(JS_smprintf("total compilation time %dms%s%s; ",
out->reset(JS_smprintf("total compilation time %dms; %s%s",
msTotal,
storedInCache ? "stored in cache" : "not stored in cache",
slowFuns ? slowFuns.get() : ""));