| Index: content/shell/test_runner/web_ax_object_proxy.cc
|
| diff --git a/content/shell/test_runner/web_ax_object_proxy.cc b/content/shell/test_runner/web_ax_object_proxy.cc
|
| index 7ef4798385a85fb8725e45c7a056492e32da8f51..a2731b1b6f9d52a0e1fd7b5a7b988f50c171c08a 100644
|
| --- a/content/shell/test_runner/web_ax_object_proxy.cc
|
| +++ b/content/shell/test_runner/web_ax_object_proxy.cc
|
| @@ -1628,6 +1628,8 @@ std::string WebAXObjectProxy::NameFrom() {
|
| return "";
|
| case blink::kWebAXNameFromAttribute:
|
| return "attribute";
|
| + case blink::kWebAXNameFromAttributeExplicitlyEmpty:
|
| + return "attributeExplicitlyEmpty";
|
| case blink::kWebAXNameFromCaption:
|
| return "caption";
|
| case blink::kWebAXNameFromContents:
|
|
|