Title: [295165] trunk/Source/WebCore/accessibility/AXObjectCache.h
Revision
295165
Author
ross.kirsl...@sony.com
Date
2022-06-02 18:07:37 -0700 (Thu, 02 Jun 2022)

Log Message

Unreviewed !ENABLE(ACCESSIBILITY) build fix for r295139.

* Source/WebCore/accessibility/AXObjectCache.h:
(WebCore::AXObjectCache::relatedObjectIDsFor):
(WebCore::AXObjectCache::relatedObjectsFor): Deleted.

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

Modified Paths

Diff

Modified: trunk/Source/WebCore/accessibility/AXObjectCache.h (295164 => 295165)


--- trunk/Source/WebCore/accessibility/AXObjectCache.h	2022-06-03 01:04:41 UTC (rev 295164)
+++ trunk/Source/WebCore/accessibility/AXObjectCache.h	2022-06-03 01:07:37 UTC (rev 295165)
@@ -658,7 +658,7 @@
 inline void AXObjectCache::updateCacheAfterNodeIsAttached(Node*) { }
 inline void AXObjectCache::updateLoadingProgress(double) { }
 inline SimpleRange AXObjectCache::rangeForNodeContents(Node& node) { return makeRangeSelectingNodeContents(node); }
-inline std::optional<Vector<AXID>> AXObjectCache::relatedObjectsFor(const AXCoreObject&, AXRelationType) { return std::nullopt; }
+inline std::optional<Vector<AXID>> AXObjectCache::relatedObjectIDsFor(const AXCoreObject&, AXRelationType) { return std::nullopt; }
 inline void AXObjectCache::remove(AXID) { }
 inline void AXObjectCache::remove(RenderObject*) { }
 inline void AXObjectCache::remove(Node&) { }
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to