File mozilla-bmo256180.patch of Package MozillaFirefox.11385
# HG changeset patch
# User msirringhaus@suse.de
# Date 1558421113 -7200
# Tue May 21 08:45:13 2019 +0200
# Node ID 33834cfc9c147b916196e9bb0673a72d01ca7ea7
# Parent fbc457ae974f42342c92238b48c7fefb395b17d4
[mq]: mozilla-bmo256180.patch
diff -r fbc457ae974f 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 17:37:49 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.