Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 36efd56a9747a47c04630f3bfd65a921d03ff861
https://github.com/WebKit/WebKit/commit/36efd56a9747a47c04630f3bfd65a921d03ff861
Author: Andres Gonzalez <[email protected]>
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
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes