Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 03a7b21

Browse files
Linux unopt
1 parent afb782a commit 03a7b21

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

third_party/accessibility/ax/platform/ax_platform_node_textrangeprovider_win.cc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1035,7 +1035,8 @@ HRESULT AXPlatformNodeTextRangeProviderWin::GetChildren(SAFEARRAY** children) {
10351035

10361036
SAFEARRAY* safe_array = SafeArrayCreateVector(VT_UNKNOWN, 0, 0);
10371037

1038-
// TODO(schectman): Implement GetUIADirectChildrenInRange for FlutterPlatformNodeDelegate
1038+
// TODO(schectman): Implement GetUIADirectChildrenInRange for
1039+
// FlutterPlatformNodeDelegate
10391040

10401041
*children = safe_array;
10411042
return S_OK;

0 commit comments

Comments
 (0)