summaryrefslogtreecommitdiff
path: root/mozilla-256180.patch
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2019-01-28 14:53:26 +0100
committerMartin Stransky <stransky@redhat.com>2019-01-28 14:53:26 +0100
commiteec2ffa6e4f9ca24edca21392882a65abc3fb15f (patch)
tree903762f553140c0f96ed73541d44022adb066076 /mozilla-256180.patch
parentRebuild (diff)
downloadlibrewolf-fedora-ff-eec2ffa6e4f9ca24edca21392882a65abc3fb15f.tar.gz
librewolf-fedora-ff-eec2ffa6e4f9ca24edca21392882a65abc3fb15f.tar.bz2
librewolf-fedora-ff-eec2ffa6e4f9ca24edca21392882a65abc3fb15f.zip
Update to Firefox 65.0 build 2
Diffstat (limited to 'mozilla-256180.patch')
-rw-r--r--mozilla-256180.patch9
1 files changed, 5 insertions, 4 deletions
diff --git a/mozilla-256180.patch b/mozilla-256180.patch
index 13a1c97..9392b4a 100644
--- a/mozilla-256180.patch
+++ b/mozilla-256180.patch
@@ -1,5 +1,6 @@
---- a/layout/generic/nsIFrame.h.old 2016-07-11 13:41:39.688276559 +0200
-+++ b/layout/generic/nsIFrame.h 2016-07-11 13:42:12.791406976 +0200
+diff -up firefox-65.0/layout/generic/nsIFrame.h.256180 firefox-65.0/layout/generic/nsIFrame.h
+--- firefox-65.0/layout/generic/nsIFrame.h.256180 2019-01-28 14:42:58.245798815 +0100
++++ firefox-65.0/layout/generic/nsIFrame.h 2019-01-28 14:44:24.844449119 +0100
@@ -13,7 +13,7 @@
#error This header/class should only be used within Mozilla code. It should not be used by extensions.
#endif
@@ -7,5 +8,5 @@
-#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
+ /* 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.
bgstack15