mozilla-bmo256180.patch
branchfirefox66
changeset 1089 eca1c1f2fe50
parent 1087 5fab52cd743d
child 1092 5d7b22f6b177
equal deleted inserted replaced
1087:5fab52cd743d 1089:eca1c1f2fe50
     1 # HG changeset patch
       
     2 # Parent  8d4f57b44373d51f0e151eeaadf9fe293bcdfb7c
       
     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
       
    13  #error This header/class should only be used within Mozilla code. It should not be used by extensions.
       
    14  #endif
       
    15  
       
    16 -#define MAX_REFLOW_DEPTH 200
       
    17 +#define MAX_REFLOW_DEPTH 1000
       
    18  
       
    19  /* nsIFrame is in the process of being deCOMtaminated, i.e., this file is
       
    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>