[webkit-changes] [WebKit/WebKit] aa54e6: ASSERT_NOT_REACHED() reached in AXLogger::log()

Vitaly Dyachkov noreply at github.com
Wed Aug 9 09:04:44 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: aa54e693d85108d963a23e556d47a80715a54df0
      https://github.com/WebKit/WebKit/commit/aa54e693d85108d963a23e556d47a80715a54df0
  Author: Vitaly Dyachkov <vitaly at igalia.com>
  Date:   2023-08-09 (Wed, 09 Aug 2023)

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

  Log Message:
  -----------
  ASSERT_NOT_REACHED() reached in AXLogger::log()
https://bugs.webkit.org/show_bug.cgi?id=259971

Reviewed by Jonathan Bedard.

`WeakHashMap<Element, String, WeakPtrImplWithEventTargetData>` was added
as a variant type in 266406 at main. At the same commit it was handled in
`WTF::switchOn()` but then was (probably accedently) removed in 266706 at main

* Source/WebCore/accessibility/AXLogger.cpp:
(WebCore::AXLogger::log):

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




More information about the webkit-changes mailing list