| Index: ui/accessibility/ax_node_data.cc
|
| diff --git a/ui/accessibility/ax_node_data.cc b/ui/accessibility/ax_node_data.cc
|
| index ed505698daed87e8bbb8aba5c517253bee768024..0191bc661d65df8f49a07a1cce9b35d77665f8ad 100644
|
| --- a/ui/accessibility/ax_node_data.cc
|
| +++ b/ui/accessibility/ax_node_data.cc
|
| @@ -436,6 +436,9 @@ std::string AXNodeData::ToString() const {
|
| case AX_ATTR_ACTIVEDESCENDANT_ID:
|
| result += " activedescendant=" + value;
|
| break;
|
| + case AX_ATTR_MEMBER_OF_ID:
|
| + result += " member_of_id=" + value;
|
| + break;
|
| case AX_ATTR_NEXT_ON_LINE_ID:
|
| result += " next_on_line_id=" + value;
|
| break;
|
|
|