969f7f
--- a/layout/generic/nsIFrame.h.old	2016-07-11 13:41:39.688276559 +0200
969f7f
+++ b/layout/generic/nsIFrame.h	2016-07-11 13:42:12.791406976 +0200
969f7f
@@ -13,7 +13,7 @@
969f7f
 #error This header/class should only be used within Mozilla code. It should not be used by extensions.
969f7f
 #endif
969f7f
 
969f7f
-#define MAX_REFLOW_DEPTH 200
969f7f
+#define MAX_REFLOW_DEPTH 1000
969f7f
 
969f7f
 /* nsIFrame is in the process of being deCOMtaminated, i.e., this file is eventually
969f7f
    going to be eliminated, and all callers will use nsFrame instead.  At the moment