[webkit-changes] [WebKit/WebKit] 47dcfd: Adopt smart pointers in TextUnderElementMode

Claudio Saavedra noreply at github.com
Mon Sep 23 11:46:58 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 47dcfd1e9e490ff866563d4abae1ccc9503d765b
      https://github.com/WebKit/WebKit/commit/47dcfd1e9e490ff866563d4abae1ccc9503d765b
  Author: Claudio Saavedra <csaavedra at igalia.com>
  Date:   2024-09-23 (Mon, 23 Sep 2024)

  Changed paths:
    M Source/WTF/wtf/text/TextStream.h
    M Source/WebCore/accessibility/AXCoreObject.h

  Log Message:
  -----------
  Adopt smart pointers in TextUnderElementMode
https://bugs.webkit.org/show_bug.cgi?id=280054

Reviewed by Tyler Wilcock.

Use a smart pointer to store the node, preventing static analyizer warnings
of uncounted members.

* Source/WTF/wtf/text/TextStream.h:
(WTF::operator<<):
* Source/WebCore/accessibility/AXCoreObject.h:

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