Index: third_party/WebKit/Source/modules/accessibility/AXObject.cpp |
diff --git a/third_party/WebKit/Source/modules/accessibility/AXObject.cpp b/third_party/WebKit/Source/modules/accessibility/AXObject.cpp |
index 2a0e968b1879eda438991ec206ec00a34afa3c78..9b00fc2e2af0d9f2eb016c28ee8ad8ae5a8e5f8f 100644 |
--- a/third_party/WebKit/Source/modules/accessibility/AXObject.cpp |
+++ b/third_party/WebKit/Source/modules/accessibility/AXObject.cpp |
@@ -135,6 +135,7 @@ struct InternalRoleEntry { |
const InternalRoleEntry internalRoles[] = { |
{ UnknownRole, "Unknown" }, |
+ { AbbrRole, "Abbr" }, |
{ AlertDialogRole, "AlertDialog" }, |
{ AlertRole, "Alert" }, |
{ AnnotationRole, "Annotation" }, |