www/chromium: sync with shared BSD repo

This commit is contained in:
Robert Nagy 2023-11-04 07:13:16 +01:00
parent cf48a47f7c
commit c3bf61f97f

View file

@ -1,11 +1,13 @@
--- third_party/blink/renderer/platform/text/text_break_iterator.cc.orig 2023-11-03 10:09:45 UTC
--- third_party/blink/renderer/platform/text/text_break_iterator.cc.orig 2023-11-04 06:12:25 UTC
+++ third_party/blink/renderer/platform/text/text_break_iterator.cc
@@ -163,6 +163,8 @@ static const unsigned char kAsciiLineBreakTable[][(kAs
@@ -161,7 +161,9 @@ static const unsigned char kAsciiLineBreakTable[][(kAs
};
// clang-format on
#if U_ICU_VERSION_MAJOR_NUM >= 58
#define BA_LB_COUNT (U_LB_COUNT - 3)
+#elif U_ICU_VERSION_MAJOR_NUM >= 74
-#if U_ICU_VERSION_MAJOR_NUM >= 58
+#if U_ICU_VERSION_MAJOR_NUM >= 74
+#define BA_LB_COUNT (U_LB_COUNT - 8)
+#elif U_ICU_VERSION_MAJOR_NUM >= 58
#define BA_LB_COUNT (U_LB_COUNT - 3)
#else
#define BA_LB_COUNT U_LB_COUNT
#endif