File mozilla-bmo256180.patch of Package MozillaFirefox.12540
# HG changeset patch
# User msirringhaus@suse.de
# Date 1560926126 -7200
# Wed Jun 19 08:35:26 2019 +0200
# Node ID 86114cc761910ca050bbc63d8e55492465138a9b
# Parent 8281dd97548811b96649831c8ab5c38789404213
[mq]: mozilla-bmo256180.patch
diff --git a/layout/generic/nsIFrame.h b/layout/generic/nsIFrame.h
--- a/layout/generic/nsIFrame.h
+++ b/layout/generic/nsIFrame.h
@@ -8,17 +8,17 @@
#ifndef nsIFrame_h___
#define nsIFrame_h___
#ifndef MOZILLA_INTERNAL_API
#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.
At the moment we're midway through this process, so you will see inlined
functions and member variables in this file. -dwh */
#include <algorithm>
#include <stdio.h>