mozilla-bmo256180.patch
branchfirefox65
changeset 1085 87f893cf45b9
parent 1027 7071f6ebfda6
equal deleted inserted replaced
1084:b0b3c507e253 1085:87f893cf45b9
     1 --- a/layout/generic/nsIFrame.h.old	2016-07-11 13:41:39.688276559 +0200
     1 # HG changeset patch
     2 +++ b/layout/generic/nsIFrame.h	2016-07-11 13:42:12.791406976 +0200
     2 # Parent  8d4f57b44373d51f0e151eeaadf9fe293bcdfb7c
     3 @@ -13,7 +13,7 @@
     3 
       
     4 diff --git a/layout/generic/nsIFrame.h b/layout/generic/nsIFrame.h
       
     5 --- a/layout/generic/nsIFrame.h
       
     6 +++ b/layout/generic/nsIFrame.h
       
     7 @@ -8,17 +8,17 @@
       
     8  
       
     9  #ifndef nsIFrame_h___
       
    10  #define nsIFrame_h___
       
    11  
       
    12  #ifndef MOZILLA_INTERNAL_API
     4  #error This header/class should only be used within Mozilla code. It should not be used by extensions.
    13  #error This header/class should only be used within Mozilla code. It should not be used by extensions.
     5  #endif
    14  #endif
     6  
    15  
     7 -#define MAX_REFLOW_DEPTH 200
    16 -#define MAX_REFLOW_DEPTH 200
     8 +#define MAX_REFLOW_DEPTH 1000
    17 +#define MAX_REFLOW_DEPTH 1000
     9  
    18  
    10  /* nsIFrame is in the process of being deCOMtaminated, i.e., this file is eventually
    19  /* nsIFrame is in the process of being deCOMtaminated, i.e., this file is
    11     going to be eliminated, and all callers will use nsFrame instead.  At the moment
    20     eventually going to be eliminated, and all callers will use nsFrame instead.
       
    21     At the moment we're midway through this process, so you will see inlined
       
    22     functions and member variables in this file.  -dwh */
       
    23  
       
    24  #include <algorithm>
       
    25  #include <stdio.h>