DescriptionFix NOTREACHED triggered by MenuItemView::GetAcceleratorText
A recent change to accessibility on Chrome OS is triggering a call to
MenuItemView::GetAccessibleState on a MenuItemView that has a delegate
but no command id, which asserts in MenuModelAdapter when we try to
look up a command that's not there.
The fix is to not call MenuModelAdapter::GetAccelerator to look up a
command when the command is zero.
BUG=230107, 232079
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=194665
Patch Set 1 #
Messages
Total messages: 3 (0 generated)
|