diff options
author | Robert Nagy <rnagy@FreeBSD.org> | 2023-05-31 13:52:59 +0200 |
---|---|---|
committer | Robert Nagy <rnagy@FreeBSD.org> | 2023-05-31 15:04:45 +0200 |
commit | e0eb878be532f268d77fc5715d45e22bf1fa343e (patch) | |
tree | 917d570d829a326a69bb18a8562d9d55a97c53f9 /www/chromium/files/patch-base_rand__util.h | |
parent | www/kanboard: back to the pool (diff) |
www/chromium: update to 114.0.5735.90
Approved by: rene (mentor, implicit)
Security: https://vuxml.freebsd.org/freebsd/fd87a250-ff78-11ed-8290-a8a1599412c6.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 63ac19b02681..f3cfae0331e7 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-11-30 08:12:58 UTC +--- base/rand_util.h.orig 2023-05-31 08:12:17 UTC +++ base/rand_util.h -@@ -117,7 +117,7 @@ void RandomShuffle(Itr first, Itr last) { +@@ -121,7 +121,7 @@ void RandomShuffle(Itr first, Itr last) { std::shuffle(first, last, RandomBitGenerator()); } |