| 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..ce1c616fa0ab9b85bd9bd1785aadfdb043460582 100644
|
| --- a/third_party/WebKit/Source/web/AssertMatchingEnums.cpp
|
| +++ b/third_party/WebKit/Source/web/AssertMatchingEnums.cpp
|
| @@ -639,6 +639,10 @@ STATIC_ASSERT_ENUM(WebContentSecurityPolicyTypeEnforce, ContentSecurityPolicyHea
|
| STATIC_ASSERT_ENUM(WebContentSecurityPolicySourceHTTP, ContentSecurityPolicyHeaderSourceHTTP);
|
| STATIC_ASSERT_ENUM(WebContentSecurityPolicySourceMeta, ContentSecurityPolicyHeaderSourceMeta);
|
|
|
| +STATIC_ASSERT_ENUM(WebContentSecurityPolicyInlineViolation, ContentSecurityPolicy::InlineViolation);
|
| +STATIC_ASSERT_ENUM(WebContentSecurityPolicyEvalViolation, ContentSecurityPolicy::EvalViolation);
|
| +STATIC_ASSERT_ENUM(WebContentSecurityPolicyUrlViolation, ContentSecurityPolicy::URLViolation);
|
| +
|
| STATIC_ASSERT_ENUM(WebURLResponse::HTTPVersionUnknown, ResourceResponse::HTTPVersionUnknown);
|
| STATIC_ASSERT_ENUM(WebURLResponse::HTTPVersion_0_9,
|
| ResourceResponse::HTTPVersion_0_9);
|
|
|