From: Chandan Padhi Date: Wed, 2 Aug 2023 15:12:01 +0000 (+0530) Subject: fixup! Upload upstream chromium 114.0.5735.31 X-Git-Tag: submit/tizen/20240301.160335~124 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F50%2F296650%2F1;p=platform%2Fframework%2Fweb%2Fchromium-efl.git fixup! Upload upstream chromium 114.0.5735.31 icudtl.dat used currently is from M108 that results in renderer crash due to below CHECK failure. [0802/172502.073998:FATAL:url_idna_icu.cc(57)] Check failed: false. failed to open UTS46 data with error: U_FILE_ACCESS_ERROR. If you see this error message in a test environment your test environment likely lacks the required data tables for libicu. See https://crbug.com/778929. This commit updates icudtl.dat to that from M114 to fix above failure. Change-Id: I084f46b5a564364ef28b10fbf458bf61fc8172d9 Signed-off-by: Chandan Padhi --- diff --git a/third_party/icu/common/icudtl.dat b/third_party/icu/common/icudtl.dat index 7da467f..f9cf198 100644 Binary files a/third_party/icu/common/icudtl.dat and b/third_party/icu/common/icudtl.dat differ