Index: src/compiler.h |
diff --git a/src/compiler.h b/src/compiler.h |
index bedf5eebb9469d59278bbb4d311f84c7ac7ac9d4..ecf112072c6e8d71ead58d95f4e4a7fbd3104515 100644 |
--- a/src/compiler.h |
+++ b/src/compiler.h |
@@ -289,7 +289,8 @@ class Compiler : public AllStatic { |
static Handle<SharedFunctionInfo> CompileEval(Handle<String> source, |
Handle<Context> context, |
bool is_global, |
- StrictModeFlag strict_mode); |
+ StrictModeFlag strict_mode, |
+ int scope_position); |
// Compile from function info (used for lazy compilation). Returns true on |
// success and false if the compilation resulted in a stack overflow. |