aboutsummaryrefslogtreecommitdiffstats
path: root/testing/firefox/mallinfo.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/firefox/mallinfo.patch')
-rw-r--r--testing/firefox/mallinfo.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/firefox/mallinfo.patch b/testing/firefox/mallinfo.patch
index 5a8b7b7340..7916a200ca 100644
--- a/testing/firefox/mallinfo.patch
+++ b/testing/firefox/mallinfo.patch
@@ -2,7 +2,7 @@ diff --git a/xpcom/base/nsMemoryReporterManager.cpp b/xpcom/base/nsMemoryReporte
index 865e1b5430..9a00dafecb 100644
--- a/xpcom/base/nsMemoryReporterManager.cpp
+++ b/xpcom/base/nsMemoryReporterManager.cpp
-@@ -123,6 +123,7 @@ static MOZ_MUST_USE nsresult ResidentUniqueDistinguishedAmount(int64_t* aN) {
+@@ -124,6 +124,7 @@ static MOZ_MUST_USE nsresult ResidentUniqueDistinguishedAmount(int64_t* aN) {
return GetProcSelfSmapsPrivate(aN);
}
@@ -10,7 +10,7 @@ index 865e1b5430..9a00dafecb 100644
# ifdef HAVE_MALLINFO
# define HAVE_SYSTEM_HEAP_REPORTER 1
static MOZ_MUST_USE nsresult SystemHeapSize(int64_t* aSizeOut) {
-@@ -142,6 +143,7 @@ static MOZ_MUST_USE nsresult SystemHeapSize(int64_t* aSizeOut) {
+@@ -143,6 +144,7 @@ static MOZ_MUST_USE nsresult SystemHeapSize(int64_t* aSizeOut) {
return NS_OK;
}
# endif