Bug 857382 (part 2) - Prefix zone addresses in about:memory with "0x" for consistenty with other addresses. r=billm.

--HG--
extra : rebase_source : a8c669c0bf27fa0b1d90c9b7862ca43dfe4a80bd
This commit is contained in:
Nicholas Nethercote 2013-04-21 13:55:05 -07:00
parent 4317cc9ffe
commit eae084ca3a

View File

@ -2248,7 +2248,7 @@ class XPCJSRuntimeStats : public JS::RuntimeStats
}
}
extras->pathPrefix += nsPrintfCString("zone(%p)/", (void *)zone);
extras->pathPrefix += nsPrintfCString("zone(0x%p)/", (void *)zone);
zStats->extra = extras;
}