aboutsummaryrefslogtreecommitdiffstats
path: root/testing/firefox/mallinfo.patch
diff options
context:
space:
mode:
authorLi Q <li66@21cn.com>2019-07-13 14:29:57 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-07-20 16:27:40 -0300
commit510613b01dcd0d9b583e3515c9069d13c0937891 (patch)
treefefd3d44453dfa65f44a3d62d2e439f20a9a3483 /testing/firefox/mallinfo.patch
parent0a0f181cc635c90cc70fb6ff9ee0fea59f577dd1 (diff)
testing/firefox: upgrade to 68.0
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 5a8b7b7340e..7916a200ca2 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