| Index: third_party/WebKit/Source/web/AssertMatchingEnums.cpp
|
| diff --git a/third_party/WebKit/Source/web/AssertMatchingEnums.cpp b/third_party/WebKit/Source/web/AssertMatchingEnums.cpp
|
| index 665e9999d1f67b50895f23910a3aeb89c35af425..d38fae88d79c839de5b3b3697399a56bec55e67a 100644
|
| --- a/third_party/WebKit/Source/web/AssertMatchingEnums.cpp
|
| +++ b/third_party/WebKit/Source/web/AssertMatchingEnums.cpp
|
| @@ -376,6 +376,9 @@ STATIC_ASSERT_ENUM(WebAXDescriptionFromContents, AXDescriptionFromContents);
|
| STATIC_ASSERT_ENUM(WebAXDescriptionFromPlaceholder, AXDescriptionFromPlaceholder);
|
| STATIC_ASSERT_ENUM(WebAXDescriptionFromRelatedElement, AXDescriptionFromRelatedElement);
|
|
|
| +STATIC_ASSERT_ENUM(WebAXTextAffinityUpstream, TextAffinity::Upstream);
|
| +STATIC_ASSERT_ENUM(WebAXTextAffinityDownstream, TextAffinity::Downstream);
|
| +
|
| STATIC_ASSERT_ENUM(WebApplicationCacheHost::Uncached, ApplicationCacheHost::UNCACHED);
|
| STATIC_ASSERT_ENUM(WebApplicationCacheHost::Idle, ApplicationCacheHost::IDLE);
|
| STATIC_ASSERT_ENUM(WebApplicationCacheHost::Checking, ApplicationCacheHost::CHECKING);
|
|
|