diff options
author | Robert Nagy <robert@openbsd.org> | 2022-11-30 15:35:31 +0100 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2022-12-01 12:09:10 +0100 |
commit | df86987b8e4db85fdf38474cef5d3f2ac7e417f1 (patch) | |
tree | 7bc979f7f17673ab8abfb5f8907dcc597138d239 /www/chromium/files/patch-base_rand__util.h | |
parent | devel/plan9port: Update to 20220913. (diff) |
www/chromium: update to 108.0.5359.71
Security: https://vuxml.freebsd.org/freebsd/5f7ed6ea-70a7-11ed-92ce-3065ec8fd3ec.html
Diffstat (limited to 'www/chromium/files/patch-base_rand__util.h')
-rw-r--r-- | www/chromium/files/patch-base_rand__util.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/chromium/files/patch-base_rand__util.h b/www/chromium/files/patch-base_rand__util.h index 0da71dce8803..63ac19b02681 100644 --- a/www/chromium/files/patch-base_rand__util.h +++ b/www/chromium/files/patch-base_rand__util.h @@ -1,6 +1,6 @@ ---- base/rand_util.h.orig 2022-10-24 13:33:33 UTC +--- base/rand_util.h.orig 2022-11-30 08:12:58 UTC +++ base/rand_util.h -@@ -89,7 +89,7 @@ void RandomShuffle(Itr first, Itr last) { +@@ -117,7 +117,7 @@ void RandomShuffle(Itr first, Itr last) { std::shuffle(first, last, RandomBitGenerator()); } |