71c2a1
diff -up firefox-60.5.0/layout/generic/nsIFrame.h.256180 firefox-60.5.0/layout/generic/nsIFrame.h
71c2a1
--- firefox-60.5.0/layout/generic/nsIFrame.h.256180	2019-01-22 11:44:10.849848268 +0100
71c2a1
+++ firefox-60.5.0/layout/generic/nsIFrame.h	2019-01-22 11:44:53.918645941 +0100
71c2a1
@@ -13,7 +13,7 @@
71c2a1
 #error This header/class should only be used within Mozilla code. It should not be used by extensions.
71c2a1
 #endif
71c2a1
 
71c2a1
-#define MAX_REFLOW_DEPTH 200
71c2a1
+#define MAX_REFLOW_DEPTH 1000
71c2a1
 
71c2a1
 /* nsIFrame is in the process of being deCOMtaminated, i.e., this file is
71c2a1
    eventually going to be eliminated, and all callers will use nsFrame instead.