summaryrefslogtreecommitdiff
path: root/mozilla-256180.patch
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2019-03-12 12:32:07 +0100
committerMartin Stransky <stransky@redhat.com>2019-03-12 12:32:07 +0100
commit83e8010a4fd29f2c59a56f8add09412ba27ebb09 (patch)
tree0878a3c0e59becfc92a1d86ddb3664447c5343cc /mozilla-256180.patch
parentDisabled s390x builds due to https://pagure.io/fedora-infrastructure/issue/7581 (diff)
downloadlibrewolf-fedora-ff-83e8010a4fd29f2c59a56f8add09412ba27ebb09.tar.gz
librewolf-fedora-ff-83e8010a4fd29f2c59a56f8add09412ba27ebb09.tar.bz2
librewolf-fedora-ff-83e8010a4fd29f2c59a56f8add09412ba27ebb09.zip
Updated to 66.0
Diffstat (limited to 'mozilla-256180.patch')
-rw-r--r--mozilla-256180.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/mozilla-256180.patch b/mozilla-256180.patch
deleted file mode 100644
index 9392b4a..0000000
--- a/mozilla-256180.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-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
-
--#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.
bgstack15