Index: src/compilation-cache.h |
diff --git a/src/compilation-cache.h b/src/compilation-cache.h |
index 414e09e655ca9cc2f00333f4025be9160eae9684..ead52b5fa48b708e5a7455ce18ab46f45415a30c 100644 |
--- a/src/compilation-cache.h |
+++ b/src/compilation-cache.h |
@@ -222,7 +222,6 @@ class CompilationCache { |
// contain a script for the given source string. |
Handle<SharedFunctionInfo> LookupEval(Handle<String> source, |
Handle<Context> context, |
- bool is_global, |
LanguageMode language_mode, |
int scope_position); |
@@ -241,7 +240,6 @@ class CompilationCache { |
// with the shared function info. This may overwrite an existing mapping. |
void PutEval(Handle<String> source, |
Handle<Context> context, |
- bool is_global, |
Handle<SharedFunctionInfo> function_info, |
int scope_position); |