From 4fccf80e20a8b0f1c47831713fe8e8b10a3eb640 Mon Sep 17 00:00:00 2001 From: B Stack Date: Tue, 11 Aug 2020 14:02:01 -0400 Subject: waterfox 2020.07.2 rc1 Also attempting to fix the python2 issue in Debian Sid in OBS --- waterfox/mozilla-256180.patch | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 waterfox/mozilla-256180.patch (limited to 'waterfox/mozilla-256180.patch') diff --git a/waterfox/mozilla-256180.patch b/waterfox/mozilla-256180.patch deleted file mode 100644 index 13a1c97..0000000 --- a/waterfox/mozilla-256180.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- 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 -@@ -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. At the moment -- cgit