e2e09b
diff -up firefox-78.2.0/tools/profiler/gecko/nsProfiler.cpp.zconst firefox-78.2.0/tools/profiler/gecko/nsProfiler.cpp
e2e09b
--- firefox-78.2.0/tools/profiler/gecko/nsProfiler.cpp.zconst	2020-09-09 20:29:17.489123431 +0200
e2e09b
+++ firefox-78.2.0/tools/profiler/gecko/nsProfiler.cpp	2020-09-09 20:30:09.544457350 +0200
e2e09b
@@ -523,7 +523,7 @@ nsProfiler::GetProfileDataAsGzippedArray
e2e09b
             stream.opaque = nullptr;
e2e09b
             stream.next_out = (Bytef*)outBuff.Elements();
e2e09b
             stream.avail_out = outBuff.Length();
e2e09b
-            stream.next_in = (z_const Bytef*)aResult.Data();
e2e09b
+            stream.next_in = (Bytef*)aResult.Data();
e2e09b
             stream.avail_in = aResult.Length();
e2e09b
 
e2e09b
             // A windowBits of 31 is the default (15) plus 16 for emitting a