[webkit-changes] [WebKit/WebKit] af62f0: [JSC] Remove unnecessary ICU version checks
Yusuke Suzuki
noreply at github.com
Thu Oct 3 19:13:24 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: af62f09a1fad0b72293a7f0d082704d92116cb9a
https://github.com/WebKit/WebKit/commit/af62f09a1fad0b72293a7f0d082704d92116cb9a
Author: Yusuke Suzuki <ysuzuki at apple.com>
Date: 2024-10-03 (Thu, 03 Oct 2024)
Changed paths:
M Source/JavaScriptCore/runtime/IntlDurationFormat.cpp
M Source/JavaScriptCore/runtime/IntlNumberFormat.cpp
M Source/JavaScriptCore/runtime/IntlNumberFormatInlines.h
Log Message:
-----------
[JSC] Remove unnecessary ICU version checks
https://bugs.webkit.org/show_bug.cgi?id=280865
rdar://137246002
Reviewed by Ross Kirsling.
Now, ICU baseline is 70, and removing unnecessary runtime ICU version checks.
* Source/JavaScriptCore/runtime/IntlDurationFormat.cpp:
(JSC::collectElements):
* Source/JavaScriptCore/runtime/IntlNumberFormat.cpp:
(JSC::IntlNumberFormat::initializeNumberFormat):
* Source/JavaScriptCore/runtime/IntlNumberFormatInlines.h:
(JSC::appendNumberFormatDigitOptionsToSkeleton):
Canonical link: https://commits.webkit.org/284654@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list