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

Unified Diff: Source/web/AssertMatchingEnums.cpp

Issue 1057923002: Revert of Expose multiline attribute from blink (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 9 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/InspectorAccessibilityAgent.cpp ('k') | Source/web/WebAXObject.cpp » ('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 a5709f3a4d940893b7a02b55f74f58951e0859d9..9cffb706a03fa1a1ae68bce15516a3663f53bafc 100644
--- a/Source/web/AssertMatchingEnums.cpp
+++ b/Source/web/AssertMatchingEnums.cpp
@@ -306,7 +306,6 @@
STATIC_ASSERT_MATCHING_ENUM(WebAXStateIndeterminate, AXIndeterminateState);
STATIC_ASSERT_MATCHING_ENUM(WebAXStateInvisible, AXInvisibleState);
STATIC_ASSERT_MATCHING_ENUM(WebAXStateLinked, AXLinkedState);
-STATIC_ASSERT_MATCHING_ENUM(WebAXStateMultiline, AXMultilineState);
STATIC_ASSERT_MATCHING_ENUM(WebAXStateMultiselectable, AXMultiselectableState);
STATIC_ASSERT_MATCHING_ENUM(WebAXStateOffscreen, AXOffscreenState);
STATIC_ASSERT_MATCHING_ENUM(WebAXStatePressed, AXPressedState);
« no previous file with comments | « Source/modules/accessibility/InspectorAccessibilityAgent.cpp ('k') | Source/web/WebAXObject.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698