| Index: src/compiler.h
|
| diff --git a/src/compiler.h b/src/compiler.h
|
| index 47613d3b55eb2ab5c1a72f26469d50caf14ad1cf..2d04da265fb2a7d0c18ac66ecb5287aa77f2a8e6 100644
|
| --- a/src/compiler.h
|
| +++ b/src/compiler.h
|
| @@ -77,7 +77,8 @@ class Compiler : public AllStatic {
|
| MUST_USE_RESULT static MaybeHandle<JSFunction> GetFunctionFromEval(
|
| Handle<String> source, Handle<SharedFunctionInfo> outer_info,
|
| Handle<Context> context, LanguageMode language_mode,
|
| - ParseRestriction restriction, int line_offset, int column_offset = 0,
|
| + ParseRestriction restriction, int eval_scope_position, int eval_position,
|
| + int line_offset = 0, int column_offset = 0,
|
| Handle<Object> script_name = Handle<Object>(),
|
| ScriptOriginOptions options = ScriptOriginOptions());
|
|
|
|
|