Index: Source/web/AssertMatchingEnums.cpp |
diff --git a/Source/web/AssertMatchingEnums.cpp b/Source/web/AssertMatchingEnums.cpp |
index 816d00255b78bc85107841e521df6e8de48fd3df..d5a068c443962e7d6a13c50e8a2e91acab0af7cf 100644 |
--- a/Source/web/AssertMatchingEnums.cpp |
+++ b/Source/web/AssertMatchingEnums.cpp |
@@ -333,6 +333,10 @@ COMPILE_ASSERT_MATCHING_ENUM(WebAXOptionalBoolUndefined, OptionalBoolUndefined); |
COMPILE_ASSERT_MATCHING_ENUM(WebAXOptionalBoolTrue, OptionalBoolTrue); |
COMPILE_ASSERT_MATCHING_ENUM(WebAXOptionalBoolFalse, OptionalBoolFalse); |
+COMPILE_ASSERT_MATCHING_ENUM(WebAXOrientationUndefined, AccessibilityOrientationUndefined); |
+COMPILE_ASSERT_MATCHING_ENUM(WebAXOrientationVertical, AccessibilityOrientationVertical); |
+COMPILE_ASSERT_MATCHING_ENUM(WebAXOrientationHorizontal, AccessibilityOrientationHorizontal); |
+ |
COMPILE_ASSERT_MATCHING_ENUM(WebApplicationCacheHost::Uncached, ApplicationCacheHost::UNCACHED); |
COMPILE_ASSERT_MATCHING_ENUM(WebApplicationCacheHost::Idle, ApplicationCacheHost::IDLE); |
COMPILE_ASSERT_MATCHING_ENUM(WebApplicationCacheHost::Checking, ApplicationCacheHost::CHECKING); |