| Index: public/web/WebSettings.h
|
| diff --git a/public/web/WebSettings.h b/public/web/WebSettings.h
|
| index 3bc934e0a3f585e9de3f44a9e76c300026b3d4c7..c2091a6834a9952963a402160eacfd869d42d028 100644
|
| --- a/public/web/WebSettings.h
|
| +++ b/public/web/WebSettings.h
|
| @@ -65,7 +65,11 @@ public:
|
| V8CacheOptionsNone,
|
| V8CacheOptionsParseMemory,
|
| V8CacheOptionsHeuristics,
|
| - V8CacheOptionsHeuristicsMobile
|
| + V8CacheOptionsHeuristicsMobile,
|
| + V8CacheOptionsHeuristicsDefault,
|
| + V8CacheOptionsHeuristicsDefaultMobile,
|
| + V8CacheOptionsRecent,
|
| + V8CacheOptionsRecentSmall
|
| };
|
|
|
| enum V8ScriptStreamingMode {
|
|
|