components/desktop/firefox/patches/firefox-35-mozalloc.patch
changeset 7309 2655ef11c386
parent 6919 7972aae0fb03
--- a/components/desktop/firefox/patches/firefox-35-mozalloc.patch	Tue Nov 15 03:50:06 2016 -0800
+++ b/components/desktop/firefox/patches/firefox-35-mozalloc.patch	Wed Nov 02 08:17:06 2016 -0700
@@ -5,8 +5,8 @@
 diff --git a/memory/mozalloc/mozalloc.cpp b/memory/mozalloc/mozalloc.cpp
 --- a/memory/mozalloc/mozalloc.cpp
 +++ b/memory/mozalloc/mozalloc.cpp
-@@ -208,6 +208,8 @@
- #endif // if defined(HAVE_VALLOC) 
+@@ -197,6 +197,8 @@
+ #endif // if defined(HAVE_VALLOC)
  
  #ifndef MOZ_STATIC_RUNTIME
 +extern "C" size_t malloc_usable_size(const void *ptr);