Skip to content

Commit

Permalink
Unreviewed, fix !ENABLE(ACCESSIBILITY) build following 262566@main
Browse files Browse the repository at this point in the history
https://bugs.webkit.org/show_bug.cgi?id=254977

Unreviewed PlayStation build fix.

* Source/WebCore/accessibility/AXObjectCache.h:
(WebCore::AXObjectCache::updateRelations):
Add missing function definition.

Canonical link: https://commits.webkit.org/262570@main
  • Loading branch information
rkirsling committed Apr 4, 2023
1 parent 5a5f7b6 commit b459920
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/WebCore/accessibility/AXObjectCache.h
Original file line number Diff line number Diff line change
Expand Up @@ -722,6 +722,7 @@ inline void AXObjectCache::onRendererCreated(Element&) { }
inline void AXObjectCache::updateLoadingProgress(double) { }
inline SimpleRange AXObjectCache::rangeForNodeContents(Node& node) { return makeRangeSelectingNodeContents(node); }
inline std::optional<Vector<AXID>> AXObjectCache::relatedObjectIDsFor(const AXCoreObject&, AXRelationType) { return std::nullopt; }
inline void AXObjectCache::updateRelations(Element&, const QualifiedName&) { }
inline void AXObjectCache::remove(AXID) { }
inline void AXObjectCache::remove(RenderObject*) { }
inline void AXObjectCache::remove(Node&) { }
Expand Down

0 comments on commit b459920

Please sign in to comment.