Skip to content

Commit 3e1f8b6

Browse files
authored
[a11y] AXPlatformNodeBase::GetIndexInParent: Remove BASE_UNREACHABLE (#92)
1 parent 2bf6ad7 commit 3e1f8b6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

flutter/third_party/accessibility/ax/platform/ax_platform_node_base.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,6 @@ std::optional<int> AXPlatformNodeBase::GetIndexInParent() {
166166

167167
BASE_LOG()
168168
<< "Unable to find the child in the list of its parent's children.";
169-
BASE_UNREACHABLE();
170169
return std::nullopt;
171170
}
172171

0 commit comments

Comments
 (0)