7468b5
diff -up firefox-60.5.0/layout/base/nsIPresShell.h.1354671 firefox-60.5.0/layout/base/nsIPresShell.h
7468b5
--- firefox-60.5.0/layout/base/nsIPresShell.h.1354671	2019-01-22 16:08:40.796539950 +0100
7468b5
+++ firefox-60.5.0/layout/base/nsIPresShell.h	2019-01-22 16:10:25.106069228 +0100
7468b5
@@ -204,7 +204,7 @@ class nsIPresShell : public nsStubDocume
d417c4
    * to the same aSize value.  AllocateFrame is infallible and will abort
d417c4
    * on out-of-memory.
d417c4
    */
7468b5
-  void* AllocateFrame(nsQueryFrame::FrameIID aID, size_t aSize) {
7468b5
+  void* __attribute__((optimize("no-lifetime-dse"))) AllocateFrame(nsQueryFrame::FrameIID aID, size_t aSize) {
d417c4
     void* result = mFrameArena.AllocateByFrameID(aID, aSize);
d417c4
     RecordAlloc(result);
7468b5
     return result;