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