| Index: Source/web/AssertMatchingEnums.cpp
|
| diff --git a/Source/web/AssertMatchingEnums.cpp b/Source/web/AssertMatchingEnums.cpp
|
| index 7368f02c5bff992ae5f78ae17fc370176206339b..144cf85cfd19fa1b939d655fa685ed940a7fbfe3 100644
|
| --- a/Source/web/AssertMatchingEnums.cpp
|
| +++ b/Source/web/AssertMatchingEnums.cpp
|
| @@ -80,6 +80,7 @@
|
| #include "platform/text/TextChecking.h"
|
| #include "platform/text/TextDecoration.h"
|
| #include "platform/weborigin/ReferrerPolicy.h"
|
| +#include "platform/weborigin/SchemeRegistry.h"
|
| #include "public/platform/WebApplicationCacheHost.h"
|
| #include "public/platform/WebClipboard.h"
|
| #include "public/platform/WebCursorInfo.h"
|
| @@ -123,6 +124,7 @@
|
| #include "public/web/WebNavigatorContentUtilsClient.h"
|
| #include "public/web/WebNotificationPresenter.h"
|
| #include "public/web/WebPageVisibilityState.h"
|
| +#include "public/web/WebSecurityPolicy.h"
|
| #include "public/web/WebSerializedScriptValueVersion.h"
|
| #include "public/web/WebSettings.h"
|
| #include "public/web/WebSpeechRecognizerClient.h"
|
| @@ -647,6 +649,11 @@ COMPILE_ASSERT_MATCHING_ENUM(WebSettings::HoverTypeNone, HoverTypeNone);
|
| COMPILE_ASSERT_MATCHING_ENUM(WebSettings::HoverTypeOnDemand, HoverTypeOnDemand);
|
| COMPILE_ASSERT_MATCHING_ENUM(WebSettings::HoverTypeHover, HoverTypeHover);
|
|
|
| +COMPILE_ASSERT_MATCHING_ENUM(WebSecurityPolicy::PolicyAreaNone, SchemeRegistry::PolicyAreaNone);
|
| +COMPILE_ASSERT_MATCHING_ENUM(WebSecurityPolicy::PolicyAreaImage, SchemeRegistry::PolicyAreaImage);
|
| +COMPILE_ASSERT_MATCHING_ENUM(WebSecurityPolicy::PolicyAreaStyle, SchemeRegistry::PolicyAreaStyle);
|
| +COMPILE_ASSERT_MATCHING_ENUM(WebSecurityPolicy::PolicyAreaAll, SchemeRegistry::PolicyAreaAll);
|
| +
|
| COMPILE_ASSERT_MATCHING_UINT64(kSerializedScriptValueVersion, SerializedScriptValue::wireFormatVersion);
|
|
|
| } // namespace blink
|
|
|