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

Commit 21a1e0f

Browse files
Update shell/platform/windows/accessibility_root_node.h
Co-authored-by: Loïc Sharma <[email protected]>
1 parent 9c2e9bd commit 21a1e0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shell/platform/windows/accessibility_root_node.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ class AccessibilityRootNode : public CComObjectRootEx<CComMultiThreadModel>,
108108
AccessibilityAlert* GetOrCreateAlert();
109109

110110
private:
111-
// Helper method to redirect method calls to the contained window.
111+
// Helper method to redirect method calls to the contained window or alert.
112112
IAccessible* GetTargetAndChildID(VARIANT* var_id);
113113

114114
IAccessible* window_accessible_;

0 commit comments

Comments
 (0)