summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-base_rand__util.h
diff options
context:
space:
mode:
authorRobert Nagy <rnagy@FreeBSD.org>2025-03-05 17:17:56 +0100
committerRobert Nagy <rnagy@FreeBSD.org>2025-03-05 17:18:36 +0100
commitec8d7dbd61300c9ae7162ef5616d431f42e4756f (patch)
tree556293b467cb873cd7d17c3f88928705b4092944 /www/chromium/files/patch-base_rand__util.h
parentBump all go ports for yesterday's releases (diff)
www/chromium: update to 134.0.6998.35
Security: https://vuxml.freebsd.org/freebsd/9c62d3f0-f997-11ef-85f3-a8a1599412c6.html
Diffstat (limited to 'www/chromium/files/patch-base_rand__util.h')
-rw-r--r--www/chromium/files/patch-base_rand__util.h4
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 d3d150ddbc86..02d814a4ae20 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 2025-01-15 09:18:26 UTC
+--- base/rand_util.h.orig 2025-03-05 08:14:56 UTC
+++ base/rand_util.h
-@@ -141,7 +141,7 @@ void RandomShuffle(Itr first, Itr last) {
+@@ -209,7 +209,7 @@ void RandomShuffle(Itr first, Itr last) {
std::shuffle(first, last, RandomBitGenerator());
}