| Index: src/compiler.h
|
| diff --git a/src/compiler.h b/src/compiler.h
|
| index 8c4177197eb3ee8168e1d679198197b554a4ed74..f950ef74c5bc9700330d85924c529784b4dbbfd5 100644
|
| --- a/src/compiler.h
|
| +++ b/src/compiler.h
|
| @@ -682,11 +682,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(
|
|
|