229cbf
diff -up firefox-70.0/layout/base/PresShell.h.1354671 firefox-70.0/layout/base/PresShell.h
229cbf
--- firefox-70.0/layout/base/PresShell.h.1354671	2019-10-22 12:33:12.987775587 +0200
229cbf
+++ firefox-70.0/layout/base/PresShell.h	2019-10-22 12:36:39.999366086 +0200
229cbf
@@ -257,7 +257,7 @@ class PresShell final : public nsStubDoc
229cbf
    * to the same aSize value.  AllocateFrame is infallible and will abort
229cbf
    * on out-of-memory.
229cbf
    */
229cbf
-  void* AllocateFrame(nsQueryFrame::FrameIID aID, size_t aSize) {
229cbf
+  void* __attribute__((optimize("no-lifetime-dse"))) AllocateFrame(nsQueryFrame::FrameIID aID, size_t aSize) {
229cbf
 #define FRAME_ID(classname, ...)                                  \
229cbf
   static_assert(size_t(nsQueryFrame::FrameIID::classname##_id) == \
229cbf
                     size_t(eArenaObjectID_##classname),           \