| 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 c5da73730e26559664ee5c6e72c1fcb66e10bb72..16646c3f3bcbe17a530d0d69a2d330daa5d59405 100644
|
| --- a/third_party/WebKit/Source/web/AssertMatchingEnums.cpp
|
| +++ b/third_party/WebKit/Source/web/AssertMatchingEnums.cpp
|
| @@ -395,6 +395,8 @@ STATIC_ASSERT_ENUM(kWebAXInvalidStateOther, kInvalidStateOther);
|
| STATIC_ASSERT_ENUM(kWebAXMarkerTypeSpelling, DocumentMarker::kSpelling);
|
| STATIC_ASSERT_ENUM(kWebAXMarkerTypeGrammar, DocumentMarker::kGrammar);
|
| STATIC_ASSERT_ENUM(kWebAXMarkerTypeTextMatch, DocumentMarker::kTextMatch);
|
| +STATIC_ASSERT_ENUM(kWebAXMarkerTypeActiveSuggestion,
|
| + DocumentMarker::kActiveSuggestion);
|
|
|
| STATIC_ASSERT_ENUM(kWebAXTextStyleNone, kTextStyleNone);
|
| STATIC_ASSERT_ENUM(kWebAXTextStyleBold, kTextStyleBold);
|
|
|