| Index: ui/accessibility/platform/ax_platform_node_win.cc
|
| diff --git a/ui/accessibility/platform/ax_platform_node_win.cc b/ui/accessibility/platform/ax_platform_node_win.cc
|
| index 6dcdc91e23134602f6be614e7d9fd9f4f6b9761c..6eb3c22374e9be5b73b61cf83bdad614478120ce 100644
|
| --- a/ui/accessibility/platform/ax_platform_node_win.cc
|
| +++ b/ui/accessibility/platform/ax_platform_node_win.cc
|
| @@ -461,7 +461,7 @@ STDMETHODIMP AXPlatformNodeWin::get_accKeyboardShortcut(
|
| AXPlatformNodeWin* target;
|
| COM_OBJECT_VALIDATE_VAR_ID_1_ARG_AND_GET_TARGET(var_id, acc_key, target);
|
|
|
| - return target->GetStringAttributeAsBstr(ui::AX_ATTR_SHORTCUT, acc_key);
|
| + return target->GetStringAttributeAsBstr(ui::AX_ATTR_KEY_SHORTCUTS, acc_key);
|
| }
|
|
|
| STDMETHODIMP AXPlatformNodeWin::get_accName(
|
|
|