Index: public/web/WebAXEnums.h |
diff --git a/public/web/WebAXEnums.h b/public/web/WebAXEnums.h |
index 5e1e3c3266c555978c496d3e8f462fdfcc5828dc..eb14aab0bedd60ab1ff71152816d7b08009329ef 100644 |
--- a/public/web/WebAXEnums.h |
+++ b/public/web/WebAXEnums.h |
@@ -90,6 +90,8 @@ enum WebAXRole { |
WebAXRoleComboBox, |
WebAXRoleComplementary, |
WebAXRoleContentInfo, |
+ WebAXRoleDate, |
+ WebAXRoleDateTime, |
WebAXRoleDefinition, |
WebAXRoleDescriptionListDetail, |
WebAXRoleDescriptionList, |
@@ -179,6 +181,7 @@ enum WebAXRole { |
WebAXRoleTable, |
WebAXRoleTextArea, |
WebAXRoleTextField, |
+ WebAXRoleTime, |
WebAXRoleTimer, |
WebAXRoleToggleButton, |
WebAXRoleToolbar, |