MozillaFirefox/mozilla-partial-revert-1768632.patch
Wolfgang Rosenauer 13e7b2ae0d - Mozilla Firefox 133.0.3
* Fixed the missing scrollbar in the Library window, such as when
    viewing History or Bookmarks. (bmo#1934482)
  * Fixed blurry line drawing on some Canvas elements when hardware
    acceleration is enabled. (bmo#1933668)

OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/MozillaFirefox?expand=0&rev=1193
2024-12-15 11:52:36 +00:00

14 lines
368 B
Diff

Index: firefox-102.4.0/mfbt/EnumSet.h
===================================================================
--- firefox-102.4.0.orig/mfbt/EnumSet.h
+++ firefox-102.4.0/mfbt/EnumSet.h
@@ -326,7 +326,7 @@ class EnumSet {
}
}
- static constexpr size_t kMaxBits = MaxBits();
+ static constexpr size_t kMaxBits = EnumSet().MaxBits();
Serialized mBitField;