[webkit-changes] [WebKit/WebKit] 2d2443: REGRESSION(285102 at main): Fix a compiler error of A...

Fujii Hironori noreply at github.com
Mon Oct 14 06:31:10 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 2d2443c38c1026142731ea1ef4ac17f4da11b592
      https://github.com/WebKit/WebKit/commit/2d2443c38c1026142731ea1ef4ac17f4da11b592
  Author: Fujii Hironori <Hironori.Fujii at sony.com>
  Date:   2024-10-14 (Mon, 14 Oct 2024)

  Changed paths:
    M Source/WebCore/accessibility/win/AXObjectCacheWin.cpp

  Log Message:
  -----------
  REGRESSION(285102 at main): Fix a compiler error of AXObjectCacheWin.cpp

Unreviewed build fix for Windows port Debug builds.

> win/AXObjectCacheWin.cpp(118,29): error: no member named 'toUInt64' in
>     'std::optional<WTF::ObjectIdentifierGeneric<WebCore::AXIDType, WTF::ObjectIdentifierMainThreadAccessTraits<uint64_t>, unsigned long long, WTF::SupportsObjectIdentifierNullState::No>>';
>         did you mean to use '->' instead of '.'?

* Source/WebCore/accessibility/win/AXObjectCacheWin.cpp:
(WebCore::AXObjectCache::postPlatformNotification):

Canonical link: https://commits.webkit.org/285121@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