Chromium Code Reviews| Index: public/web/WebSettings.h |
| diff --git a/public/web/WebSettings.h b/public/web/WebSettings.h |
| index 08c0d7713296f35034c4ca45ab721e81a5462b1d..155e552ad25603492bcfb19609c02a7e71b5fb08 100644 |
| --- a/public/web/WebSettings.h |
| +++ b/public/web/WebSettings.h |
| @@ -55,7 +55,8 @@ public: |
| enum V8CacheOptions { |
| V8CacheOptionsOff, |
| V8CacheOptionsParse, |
| - V8CacheOptionsCode |
| + V8CacheOptionsCode, |
| + V8CacheOptionsCodeCompressed |
| }; |
| enum V8ScriptStreamingMode { |