[webkit-changes] [WebKit/WebKit] 5ac097: Unreviewed build fix for Windows Debug builds afte...
Fujii Hironori
noreply at github.com
Sat Nov 9 08:47:43 PST 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 5ac097a2fd2b5e9363ec7156b1984f101b499add
https://github.com/WebKit/WebKit/commit/5ac097a2fd2b5e9363ec7156b1984f101b499add
Author: Fujii Hironori <Hironori.Fujii at sony.com>
Date: 2024-11-09 (Sat, 09 Nov 2024)
Changed paths:
M Source/WebCore/accessibility/win/AXObjectCacheWin.cpp
Log Message:
-----------
Unreviewed build fix for Windows Debug builds after 286366 at main
https://bugs.webkit.org/show_bug.cgi?id=282788
> Source\WebCore\accessibility\win\AXObjectCacheWin.cpp(118,29): error: member reference type 'AXID' (aka 'ObjectIdentifierGeneric<WebCore::AXIDType, ObjectIdentifierMainThreadAccessTraits<unsigned long long>, unsigned long long>') is not a pointer; did you mean to use '.'?
> 118 | ASSERT(object.objectID()->toUInt64() >= 1);
> | ~~~~~~~~~~~~~~~~~^~
* Source/WebCore/accessibility/win/AXObjectCacheWin.cpp:
(WebCore::AXObjectCache::postPlatformNotification):
Canonical link: https://commits.webkit.org/286376@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