* 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
14 lines
368 B
Diff
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;
|
|
|