No bug. Fix minor quoting problem in the description of notable string memory reports. r=jlebar.

--HG--
extra : rebase_source : 531d37ec1f9ceb4e0a1ec702243bc934eb0329eb
This commit is contained in:
Nicholas Nethercote 2013-08-14 15:44:46 -07:00
parent 175a2d7732
commit 3d3e2d711a

View File

@ -1832,7 +1832,7 @@ ReportZoneStats(const JS::ZoneStats &zStats,
"memory.\n\n"
"These headers may contain the string data itself, if the string "
"is short enough. If so, the string won't have any memory reported "
"under 'string-chars/.",
"under 'string-chars'.",
JS::NotableStringInfo::notableSize()));
gcTotal += info.totalGCThingSizeOf();