Index: content/public/common/web_preferences.cc |
diff --git a/content/public/common/web_preferences.cc b/content/public/common/web_preferences.cc |
index dbe16297f909d94e278025759ef83b34b2edd076..9df7a3cffd6755e81dcabc655d8bba29583d1d41 100644 |
--- a/content/public/common/web_preferences.cc |
+++ b/content/public/common/web_preferences.cc |
@@ -37,8 +37,10 @@ COMPILE_ASSERT_MATCHING_ENUMS(V8_CACHE_OPTIONS_PARSE, |
WebSettings::V8CacheOptionsParse); |
COMPILE_ASSERT_MATCHING_ENUMS(V8_CACHE_OPTIONS_CODE, |
WebSettings::V8CacheOptionsCode); |
+COMPILE_ASSERT_MATCHING_ENUMS(V8_CACHE_OPTIONS_CODE_COMPRESSED, |
+ WebSettings::V8CacheOptionsCodeCompressed); |
COMPILE_ASSERT_MATCHING_ENUMS(V8_CACHE_OPTIONS_LAST, |
- WebSettings::V8CacheOptionsCode); |
+ WebSettings::V8CacheOptionsCodeCompressed); |
COMPILE_ASSERT_MATCHING_ENUMS(V8_SCRIPT_STREAMING_MODE_ALL, |
WebSettings::V8ScriptStreamingModeAll); |