From acb70e06828437f68e8b00a43d9c10775f6e8f27 Mon Sep 17 00:00:00 2001 From: Robert Nagy Date: Wed, 31 Jul 2024 21:28:18 +0200 Subject: www/chromium: update to 127.0.6533.88 This update also removes the --audio-backend command line switch in favor of an actual setting in the browser that can be changed at chrome://flags/#audio-backend Security: https://vuxml.freebsd.org/freebsd/15d398ea-4f73-11ef-8a0f-a8a1599412c6.html --- www/chromium/files/patch-v8_src_api_api.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'www/chromium/files/patch-v8_src_api_api.cc') diff --git a/www/chromium/files/patch-v8_src_api_api.cc b/www/chromium/files/patch-v8_src_api_api.cc index 846e86d5cb98..bf314d7a0498 100644 --- a/www/chromium/files/patch-v8_src_api_api.cc +++ b/www/chromium/files/patch-v8_src_api_api.cc @@ -1,6 +1,6 @@ ---- v8/src/api/api.cc.orig 2024-06-17 12:56:06 UTC +--- v8/src/api/api.cc.orig 2024-07-30 11:12:21 UTC +++ v8/src/api/api.cc -@@ -144,7 +144,7 @@ +@@ -145,7 +145,7 @@ #include "src/wasm/wasm-serialization.h" #endif // V8_ENABLE_WEBASSEMBLY @@ -9,7 +9,7 @@ #include #include -@@ -6434,7 +6434,7 @@ bool v8::V8::Initialize(const int build_config) { +@@ -6452,7 +6452,7 @@ bool v8::V8::Initialize(const int build_config) { return true; } -- cgit v1.2.3