mozilla-bmo256180.patch
branchfirefox58
changeset 1027 7071f6ebfda6
child 1085 87f893cf45b9
child 1090 554cd9503f75
equal deleted inserted replaced
1026:963c89cda54b 1027:7071f6ebfda6
       
     1 --- a/layout/generic/nsIFrame.h.old	2016-07-11 13:41:39.688276559 +0200
       
     2 +++ b/layout/generic/nsIFrame.h	2016-07-11 13:42:12.791406976 +0200
       
     3 @@ -13,7 +13,7 @@
       
     4  #error This header/class should only be used within Mozilla code. It should not be used by extensions.
       
     5  #endif
       
     6  
       
     7 -#define MAX_REFLOW_DEPTH 200
       
     8 +#define MAX_REFLOW_DEPTH 1000
       
     9  
       
    10  /* nsIFrame is in the process of being deCOMtaminated, i.e., this file is eventually
       
    11     going to be eliminated, and all callers will use nsFrame instead.  At the moment