mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-12 14:37:50 +00:00
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:
parent
4317cc9ffe
commit
eae084ca3a
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user