Chromium Code Reviews| Index: Source/web/AssertMatchingEnums.cpp |
| diff --git a/Source/web/AssertMatchingEnums.cpp b/Source/web/AssertMatchingEnums.cpp |
| index 88ec28aad2788f2981806c373fd5892745784754..9f22d4c7a96035114ff8954891a54e86f9c25c16 100644 |
| --- a/Source/web/AssertMatchingEnums.cpp |
| +++ b/Source/web/AssertMatchingEnums.cpp |
| @@ -300,7 +300,6 @@ COMPILE_ASSERT_MATCHING_ENUM(WebAXRoleWindow, WindowRole); |
| COMPILE_ASSERT_MATCHING_ENUM(WebAXStateBusy, AXBusyState); |
| COMPILE_ASSERT_MATCHING_ENUM(WebAXStateChecked, AXCheckedState); |
| -COMPILE_ASSERT_MATCHING_ENUM(WebAXStateCollapsed, AXCollapsedState); |
|
Mike West
2014/10/29 15:25:05
You should add compile asserts for the new enum yo
|
| COMPILE_ASSERT_MATCHING_ENUM(WebAXStateEnabled, AXEnabledState); |
| COMPILE_ASSERT_MATCHING_ENUM(WebAXStateExpanded, AXExpandedState); |
| COMPILE_ASSERT_MATCHING_ENUM(WebAXStateFocusable, AXFocusableState); |