File mozilla-bmo256180.patch of Package MozillaFirefox.11889
# HG changeset patch
# User msirringhaus@suse.de
# Date 1558421113 -7200
# Tue May 21 08:45:13 2019 +0200
# Node ID 3bfc1f25de1540da7a42dac449baca5fee9891be
# Parent f4a90f7554cc1621a982384d4cb6126461ebb789
[mq]: mozilla-bmo256180.patch
diff -r f4a90f7554cc -r 3bfc1f25de15 layout/generic/nsIFrame.h
--- a/layout/generic/nsIFrame.h Tue May 21 08:45:10 2019 +0200
+++ b/layout/generic/nsIFrame.h Tue May 21 08:45:13 2019 +0200
@@ -13,7 +13,7 @@
#error This header/class should only be used within Mozilla code. It should not be used by extensions.
#endif
-#define MAX_REFLOW_DEPTH 200
+#define MAX_REFLOW_DEPTH 1000
/* nsIFrame is in the process of being deCOMtaminated, i.e., this file is
eventually going to be eliminated, and all callers will use nsFrame instead.