From e0eb878be532f268d77fc5715d45e22bf1fa343e Mon Sep 17 00:00:00 2001 From: Robert Nagy Date: Wed, 31 May 2023 13:52:59 +0200 Subject: 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 --- www/chromium/files/patch-base_rand__util.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'www/chromium/files/patch-base_rand__util.h') 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()); } -- cgit v1.2.3