Title: [295313] branches/safari-7614.1.16-branch/Source/WebCore/accessibility/AXObjectCache.h
Revision
295313
Author
[email protected]
Date
2022-06-06 18:32:27 -0700 (Mon, 06 Jun 2022)

Log Message

Cherry-pick r295165.

    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

    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@295165 268f45cc-cd09-0410-ab3c-d52691b4dbfc

Modified Paths

Diff

Modified: branches/safari-7614.1.16-branch/Source/WebCore/accessibility/AXObjectCache.h (295312 => 295313)


--- branches/safari-7614.1.16-branch/Source/WebCore/accessibility/AXObjectCache.h	2022-06-07 01:27:14 UTC (rev 295312)
+++ branches/safari-7614.1.16-branch/Source/WebCore/accessibility/AXObjectCache.h	2022-06-07 01:32:27 UTC (rev 295313)
@@ -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
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to