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