Index: src/compilation-cache.h |
diff --git a/src/compilation-cache.h b/src/compilation-cache.h |
index 009afe6e00d76f9f00030ab5c9fbe63d39e08cf1..31f290968068ceb0610c383417808f109e07be7f 100644 |
--- a/src/compilation-cache.h |
+++ b/src/compilation-cache.h |
@@ -143,7 +143,7 @@ class CompilationCacheEval: public CompilationSubCache { |
Handle<SharedFunctionInfo> Lookup(Handle<String> source, |
Handle<Context> context, |
- StrictModeFlag strict_mode, |
+ LanguageMode language_mode, |
int scope_position); |
void Put(Handle<String> source, |
@@ -214,7 +214,7 @@ class CompilationCache { |
Handle<SharedFunctionInfo> LookupEval(Handle<String> source, |
Handle<Context> context, |
bool is_global, |
- StrictModeFlag strict_mode, |
+ LanguageMode language_mode, |
int scope_position); |
// Returns the regexp data associated with the given regexp if it |