Chromium Code Reviews| Index: Source/bindings/core/v8/V8CacheOptions.h |
| diff --git a/Source/bindings/core/v8/V8CacheOptions.h b/Source/bindings/core/v8/V8CacheOptions.h |
| index 78e940fc1fe4ce45e1f1cf81ad5bc2444d7f794b..c22ebff0d03a6713b5cec8804fb95ce4892da09a 100644 |
| --- a/Source/bindings/core/v8/V8CacheOptions.h |
| +++ b/Source/bindings/core/v8/V8CacheOptions.h |
| @@ -36,7 +36,8 @@ namespace blink { |
| enum V8CacheOptions { |
| V8CacheOptionsOff, |
| V8CacheOptionsParse, |
| - V8CacheOptionsCode |
| + V8CacheOptionsCode, |
| + V8CacheOptionsCodeCompressed |
| }; |
| } // namespace blink |