Index: src/compiler.h |
diff --git a/src/compiler.h b/src/compiler.h |
index be8f143874014402c2fb531ccb26c03009d109b8..5148eb93da847c6203fdbe14b5626bdc0e41b682 100644 |
--- a/src/compiler.h |
+++ b/src/compiler.h |
@@ -77,8 +77,8 @@ |
MUST_USE_RESULT static MaybeHandle<JSFunction> GetFunctionFromEval( |
Handle<String> source, Handle<SharedFunctionInfo> outer_info, |
Handle<Context> context, LanguageMode language_mode, |
- ParseRestriction restriction, int eval_position, int line_offset = 0, |
- int column_offset = 0, Handle<Object> script_name = Handle<Object>(), |
+ ParseRestriction restriction, int line_offset, int column_offset = 0, |
+ Handle<Object> script_name = Handle<Object>(), |
ScriptOriginOptions options = ScriptOriginOptions()); |
// Create a shared function info object for a String source within a context. |