From 04697f471c5552ae9ea48818cad3dc82dc3be779 Mon Sep 17 00:00:00 2001 From: Chris Xiong Date: Fri, 20 Jun 2025 20:31:06 -0400 Subject: how? --- www-client/chromium/files/chromium-139-compiler-r1.patch | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) (limited to 'www-client/chromium/files/chromium-139-compiler-r1.patch') diff --git a/www-client/chromium/files/chromium-139-compiler-r1.patch b/www-client/chromium/files/chromium-139-compiler-r1.patch index ea5c77f..e6d3025 100644 --- a/www-client/chromium/files/chromium-139-compiler-r1.patch +++ b/www-client/chromium/files/chromium-139-compiler-r1.patch @@ -1,3 +1,4 @@ +a94140ccbd compiler diff --git a/build/config/compiler/BUILD.gn b/build/config/compiler/BUILD.gn index 0c04c90368..37f3828f09 100644 --- a/build/config/compiler/BUILD.gn @@ -437,16 +438,3 @@ index bd18d13119..6687b7cb2f 100644 # Any extra std rlibs in your Rust toolchain, relative to the standard # Rust toolchain. Typically used with 'rust_sysroot_absolute' -diff --git a/third_party/protobuf/src/google/protobuf/repeated_ptr_field.h b/third_party/protobuf/src/google/protobuf/repeated_ptr_field.h -index e98f8df605..6035b0b84b 100644 ---- a/third_party/protobuf/src/google/protobuf/repeated_ptr_field.h -+++ b/third_party/protobuf/src/google/protobuf/repeated_ptr_field.h -@@ -944,7 +944,7 @@ class GenericTypeHandler { - // RepeatedPtrField is like RepeatedField, but used for repeated strings or - // Messages. - template --class ABSL_ATTRIBUTE_WARN_UNUSED RepeatedPtrField final -+class PROTOBUF_EXPORT ABSL_ATTRIBUTE_WARN_UNUSED RepeatedPtrField final - : private internal::RepeatedPtrFieldBase { - static_assert(!std::is_const::value, - "We do not support const value types."); -- cgit v1.2.3