| Index: src/compiler.h | 
| diff --git a/src/compiler.h b/src/compiler.h | 
| index 47579bd6a23ab9e6e7508e5f3f9b80dde6dd1a61..b6b30b22186b357e2a44d80fdbae820d1fcbbf0d 100644 | 
| --- a/src/compiler.h | 
| +++ b/src/compiler.h | 
| @@ -684,11 +684,9 @@ class Compiler : public AllStatic { | 
|  | 
| // Compile a String source within a context for eval. | 
| MUST_USE_RESULT static MaybeHandle<JSFunction> GetFunctionFromEval( | 
| -      Handle<String> source, | 
| -      Handle<Context> context, | 
| -      StrictMode strict_mode, | 
| -      ParseRestriction restriction, | 
| -      int scope_position); | 
| +      Handle<String> source, Handle<SharedFunctionInfo> outer_info, | 
| +      Handle<Context> context, StrictMode strict_mode, | 
| +      ParseRestriction restriction, int scope_position); | 
|  | 
| // Compile a String source within a context. | 
| static Handle<SharedFunctionInfo> CompileScript( | 
|  |