Blame SOURCES/gjs-mozjs-dont-export-abort.patch

919aa2
diff -urNp firefox-52.4.0esr.orig/memory/mozalloc/mozalloc_abort.cpp firefox-52.4.0esr/memory/mozalloc/mozalloc_abort.cpp
919aa2
--- firefox-52.4.0esr.orig/memory/mozalloc/mozalloc_abort.cpp	2017-12-04 16:29:43.956029600 +0100
919aa2
+++ firefox-52.4.0esr/memory/mozalloc/mozalloc_abort.cpp	2017-12-04 18:21:05.296157795 +0100
919aa2
@@ -55,7 +55,7 @@ void fillAbortMessage(char (&msg)[N], ui
919aa2
 }
919aa2
 #endif
919aa2
 
919aa2
-#if defined(XP_UNIX) && !defined(MOZ_ASAN)
919aa2
+#if 0
919aa2
 // Define abort() here, so that it is used instead of the system abort(). This
919aa2
 // lets us control the behavior when aborting, in order to get better results
919aa2
 // on *NIX platforms. See mozalloc_abort for details.