cd3a885859
- Mozilla Firefox 65.0 - requires NSS 3.41 rust/carge 1.30 rust-cbindgen 0.6.7 -rebased patches OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/MozillaFirefox?expand=0&rev=709
26 lines
814 B
Diff
26 lines
814 B
Diff
# HG changeset patch
|
|
# Parent 8d4f57b44373d51f0e151eeaadf9fe293bcdfb7c
|
|
|
|
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>
|