| 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 f2c70fae97c31385cf7df72be396e48d00ac9df8..473f8b0805800e0326a1536115be7970978a557d 100644
|
| --- a/third_party/WebKit/Source/web/AssertMatchingEnums.cpp
|
| +++ b/third_party/WebKit/Source/web/AssertMatchingEnums.cpp
|
| @@ -705,6 +705,11 @@ STATIC_ASSERT_ENUM(WebSettings::V8CacheOptionsNone, V8CacheOptionsNone);
|
| STATIC_ASSERT_ENUM(WebSettings::V8CacheOptionsParse, V8CacheOptionsParse);
|
| STATIC_ASSERT_ENUM(WebSettings::V8CacheOptionsCode, V8CacheOptionsCode);
|
|
|
| +STATIC_ASSERT_ENUM(WebSettings::V8CacheStrategiesForCacheStorageDefault, V8CacheStrategiesForCacheStorageDefault);
|
| +STATIC_ASSERT_ENUM(WebSettings::V8CacheStrategiesForCacheStorageNone, V8CacheStrategiesForCacheStorageNone);
|
| +STATIC_ASSERT_ENUM(WebSettings::V8CacheStrategiesForCacheStorageNormal, V8CacheStrategiesForCacheStorageNormal);
|
| +STATIC_ASSERT_ENUM(WebSettings::V8CacheStrategiesForCacheStorageAggressive, V8CacheStrategiesForCacheStorageAggressive);
|
| +
|
| STATIC_ASSERT_ENUM(WebSecurityPolicy::PolicyAreaNone, SchemeRegistry::PolicyAreaNone);
|
| STATIC_ASSERT_ENUM(WebSecurityPolicy::PolicyAreaImage, SchemeRegistry::PolicyAreaImage);
|
| STATIC_ASSERT_ENUM(WebSecurityPolicy::PolicyAreaStyle, SchemeRegistry::PolicyAreaStyle);
|
|
|