mozilla-partial-revert-1768632.patch
branchfirefox115
changeset 1190 2a24a948b5cf
equal deleted inserted replaced
1189:ba0c97b018a6 1190:2a24a948b5cf
       
     1 Index: firefox-102.4.0/mfbt/EnumSet.h
       
     2 ===================================================================
       
     3 --- firefox-102.4.0.orig/mfbt/EnumSet.h
       
     4 +++ firefox-102.4.0/mfbt/EnumSet.h
       
     5 @@ -326,7 +326,7 @@ class EnumSet {
       
     6      }
       
     7    }
       
     8  
       
     9 -  static constexpr size_t kMaxBits = MaxBits();
       
    10 +  static constexpr size_t kMaxBits = EnumSet().MaxBits();
       
    11  
       
    12    Serialized mBitField;
       
    13