| Index: third_party/WebKit/Source/bindings/core/v8/V8CacheOptions.h
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/V8CacheOptions.h b/third_party/WebKit/Source/bindings/core/v8/V8CacheOptions.h
|
| index 3f3e3e0272f86346418b02c4e1b3118c072dca74..208d4730bba057852936d85d6a9933e568859083 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/V8CacheOptions.h
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/V8CacheOptions.h
|
| @@ -38,6 +38,7 @@ enum V8CacheOptions {
|
| V8CacheOptionsNone, // V8 caching turned off.
|
| V8CacheOptionsParse, // Use parser caching.
|
| V8CacheOptionsCode, // Use code caching.
|
| + V8CacheOptionsAlways, // Generate the code cache in the first load.
|
| };
|
|
|
| } // namespace blink
|
|
|