[webkit-changes] [WebKit/WebKit] 3e6dc9: REGRESSION(273000 at main): Fix nonsense type `uint`

Ross Kirsling noreply at github.com
Sat Jan 13 00:39:08 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 3e6dc979260067def9b97119005132628603fcef
      https://github.com/WebKit/WebKit/commit/3e6dc979260067def9b97119005132628603fcef
  Author: Ross Kirsling <rkirsling at gmail.com>
  Date:   2024-01-13 (Sat, 13 Jan 2024)

  Changed paths:
    M Source/WebCore/accessibility/AXObjectCache.cpp

  Log Message:
  -----------
  REGRESSION(273000 at main): Fix nonsense type `uint`
https://bugs.webkit.org/show_bug.cgi?id=267490

Unreviewed Win Debug build fix.

* Source/WebCore/accessibility/AXObjectCache.cpp:
(WebCore::AXObjectCache::addRelation):

Fix typo: `uint` -> `uint8_t`
Canonical link: https://commits.webkit.org/273007@main




More information about the webkit-changes mailing list