--- wpewebkit-2.50.0.orig/Source/bmalloc/libpas/src/libpas/pas_probabilistic_guard_malloc_allocator.c	2025-08-11 09:56:57.555220800 +0200
+++ wpewebkit-2.50.0/Source/bmalloc/libpas/src/libpas/pas_probabilistic_guard_malloc_allocator.c	2025-09-26 23:53:28.359719212 +0200
@@ -47,17 +47,12 @@
 #include <unistd.h>
 #endif
 
-/* PlayStation does not currently support the backtrace API. Android API versions < 33 don't, either. Windows does not either. */
-#if !PAS_PLATFORM(PLAYSTATION) && (!PAS_OS(ANDROID) || __ANDROID_API__ >= 33) && !PAS_OS(WINDOWS)
-#include <execinfo.h>
-#else
 size_t backtrace(void** buffer, size_t size)
 {
     PAS_UNUSED_PARAM(buffer);
     PAS_UNUSED_PARAM(size);
     return 0;
 }
-#endif
 
 static size_t free_wasted_mem  = PAS_PGM_MAX_WASTED_MEMORY;
 static size_t free_virtual_mem = PAS_PGM_MAX_VIRTUAL_MEMORY;
