Index: src/compilation-cache.h |
diff --git a/src/compilation-cache.h b/src/compilation-cache.h |
index 196fb240bebfa14a3a67f36f15e3cf7f87ad5de3..b31de3111f13488141327914a414dd1857d01c76 100644 |
--- a/src/compilation-cache.h |
+++ b/src/compilation-cache.h |
@@ -149,7 +149,7 @@ class CompilationCacheEval: public CompilationSubCache { |
Handle<SharedFunctionInfo> Lookup(Handle<String> source, |
Handle<Context> context, |
- LanguageMode language_mode, |
+ StrictMode strict_mode, |
int scope_position); |
void Put(Handle<String> source, |
@@ -221,7 +221,7 @@ class CompilationCache { |
// contain a script for the given source string. |
Handle<SharedFunctionInfo> LookupEval(Handle<String> source, |
Handle<Context> context, |
- LanguageMode language_mode, |
+ StrictMode strict_mode, |
int scope_position); |
// Returns the regexp data associated with the given regexp if it |