| Index: src/compilation-cache.h
|
| diff --git a/src/compilation-cache.h b/src/compilation-cache.h
|
| index 4339d22641d2e01b396936d8357a2e07d3b702df..91ec34cbfedc62d1d1a37417307caebaaa8d3a4c 100644
|
| --- a/src/compilation-cache.h
|
| +++ b/src/compilation-cache.h
|
| @@ -131,7 +131,7 @@ class CompilationCacheEval: public CompilationSubCache {
|
|
|
| Handle<SharedFunctionInfo> Lookup(Handle<String> source,
|
| Handle<Context> context,
|
| - StrictModeFlag strict_mode);
|
| + LanguageMode language_mode);
|
|
|
| void Put(Handle<String> source,
|
| Handle<Context> context,
|
| @@ -198,7 +198,7 @@ class CompilationCache {
|
| Handle<SharedFunctionInfo> LookupEval(Handle<String> source,
|
| Handle<Context> context,
|
| bool is_global,
|
| - StrictModeFlag strict_mode);
|
| + LanguageMode language_mode);
|
|
|
| // Returns the regexp data associated with the given regexp if it
|
| // is in cache, otherwise an empty handle.
|
|
|