summaryrefslogtreecommitdiff
path: root/chromium-102-regex_pattern-array.patch
diff options
context:
space:
mode:
Diffstat (limited to 'chromium-102-regex_pattern-array.patch')
-rw-r--r--chromium-102-regex_pattern-array.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/chromium-102-regex_pattern-array.patch b/chromium-102-regex_pattern-array.patch
new file mode 100644
index 0000000..2931937
--- /dev/null
+++ b/chromium-102-regex_pattern-array.patch
@@ -0,0 +1,16 @@
+Index: chromium-123.0.6312.46/components/autofill/core/browser/BUILD.gn
+===================================================================
+--- chromium-123.0.6312.46.orig/components/autofill/core/browser/BUILD.gn
++++ chromium-123.0.6312.46/components/autofill/core/browser/BUILD.gn
+@@ -58,6 +58,11 @@ action("regex_patterns_inl_h") {
+ }
+
+ static_library("browser") {
++ if (is_clang) {
++ cflags = [
++ "-fbracket-depth=1000",
++ ]
++ }
+ sources = [
+ "address_data_cleaner.cc",
+ "address_data_cleaner.h",