Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 6a48e356f60722b5e076a31e5bd8ecbc53b9aa4f
      
https://github.com/WebKit/WebKit/commit/6a48e356f60722b5e076a31e5bd8ecbc53b9aa4f
  Author: Keita Nonaka <[email protected]>
  Date:   2025-07-28 (Mon, 28 Jul 2025)

  Changed paths:
    M Source/WTF/wtf/dtoa/bignum-dtoa.cc
    M Source/WTF/wtf/dtoa/bignum.h
    M Source/WTF/wtf/dtoa/double-conversion.cc
    M Source/WTF/wtf/dtoa/fast-dtoa.cc
    M Source/WTF/wtf/dtoa/strtod.cc
    M Source/WTF/wtf/dtoa/utils.h
    M Source/WebCore/accessibility/AXCoreObject.h
    M Source/WebCore/css/values/primitives/CSSPrimitiveNumericUnits.cpp
    M Source/WebCore/css/values/primitives/CSSPrimitiveNumericUnits.h

  Log Message:
  -----------
  [WebCore] Use C++23's `std::unreachable()` instead of `WTF_UNREACHABLE()`
https://bugs.webkit.org/show_bug.cgi?id=296532

Reviewed by Sam Weinig.

Use C++23's `std::unreachable()` instead of `WTF_UNREACHABLE()` and 
`UNREACHABLE()` if applicable.

* Source/WTF/wtf/dtoa/bignum-dtoa.cc:
* Source/WTF/wtf/dtoa/bignum.h:
(WTF::double_conversion::Bignum::EnsureCapacity):
* Source/WTF/wtf/dtoa/double-conversion.cc:
* Source/WTF/wtf/dtoa/fast-dtoa.cc:
* Source/WTF/wtf/dtoa/strtod.cc:
* Source/WTF/wtf/dtoa/utils.h:
(abort_noreturn): Deleted.
* Source/WebCore/accessibility/AXCoreObject.h:
(WebCore::accessibilityRoleToString):
* Source/WebCore/css/values/primitives/CSSPrimitiveNumericUnits.cpp:
(WebCore::CSS::unitString):
* Source/WebCore/css/values/primitives/CSSPrimitiveNumericUnits.h:
(WebCore::CSS::toCSSUnitType):
(WebCore::CSS::convertAngle):
(WebCore::CSS::conversionToCanonicalUnitRequiresConversionData):
(WebCore::CSS::convertTime):
(WebCore::CSS::convertFrequency):
(WebCore::CSS::convertResolution):

Canonical link: https://commits.webkit.org/297948@main



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to