mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
www/chromium: sync with shared BSD repo
This commit is contained in:
parent
cf48a47f7c
commit
c3bf61f97f
1 changed files with 8 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue