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