[webkit-changes] [WebKit/WebKit] 36efd5: AX: Make AX classes final as appropriate.

AndresGonzalezApple noreply at github.com
Fri Feb 9 15:10:33 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 36efd56a9747a47c04630f3bfd65a921d03ff861
      https://github.com/WebKit/WebKit/commit/36efd56a9747a47c04630f3bfd65a921d03ff861
  Author: Andres Gonzalez <andresg_22 at apple.com>
  Date:   2024-02-09 (Fri, 09 Feb 2024)

  Changed paths:
    M Source/WebCore/accessibility/AXGeometryManager.h
    M Source/WebCore/accessibility/AXLogger.h
    M Source/WebCore/accessibility/AXObjectCache.h

  Log Message:
  -----------
  AX: Make AX classes final as appropriate.
https://bugs.webkit.org/show_bug.cgi?id=269066
<rdar://problem/122629763>

Reviewed by Darin Adler.

These classes are not supposed to be derived from. They have non virtual destructors. Adding the final keyword to the class declaration avoids potential inadvertent mistakes.

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




More information about the webkit-changes mailing list