Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(214)

Unified Diff: Source/web/AssertMatchingEnums.cpp

Issue 1046153002: Removing TextArea role. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/modules/accessibility/AXObject.cpp ('k') | public/web/WebAXEnums.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/AssertMatchingEnums.cpp
diff --git a/Source/web/AssertMatchingEnums.cpp b/Source/web/AssertMatchingEnums.cpp
index b6743974ce67bb59037eed169b699995327f8516..a198ba61f743a302e730069083adbc85b9f25b46 100644
--- a/Source/web/AssertMatchingEnums.cpp
+++ b/Source/web/AssertMatchingEnums.cpp
@@ -280,7 +280,6 @@ STATIC_ASSERT_MATCHING_ENUM(WebAXRoleTabPanel, TabPanelRole);
STATIC_ASSERT_MATCHING_ENUM(WebAXRoleTab, TabRole);
STATIC_ASSERT_MATCHING_ENUM(WebAXRoleTableHeaderContainer, TableHeaderContainerRole);
STATIC_ASSERT_MATCHING_ENUM(WebAXRoleTable, TableRole);
-STATIC_ASSERT_MATCHING_ENUM(WebAXRoleTextArea, TextAreaRole);
STATIC_ASSERT_MATCHING_ENUM(WebAXRoleTextField, TextFieldRole);
STATIC_ASSERT_MATCHING_ENUM(WebAXRoleTime, TimeRole);
STATIC_ASSERT_MATCHING_ENUM(WebAXRoleTimer, TimerRole);
« no previous file with comments | « Source/modules/accessibility/AXObject.cpp ('k') | public/web/WebAXEnums.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698