| Index: src/compiler/js-generic-lowering.cc
|
| diff --git a/src/compiler/js-generic-lowering.cc b/src/compiler/js-generic-lowering.cc
|
| index e1dac82b2c5c60eaa95c57fd1a428676f33428f0..c6286743728ed2b57a01518c0f42803de7111faa 100644
|
| --- a/src/compiler/js-generic-lowering.cc
|
| +++ b/src/compiler/js-generic-lowering.cc
|
| @@ -98,7 +98,7 @@ REPLACE_RUNTIME_CALL(JSCreateFunctionContext, Runtime::kNewFunctionContext)
|
| REPLACE_RUNTIME_CALL(JSCreateWithContext, Runtime::kPushWithContext)
|
| REPLACE_RUNTIME_CALL(JSCreateBlockContext, Runtime::kPushBlockContext)
|
| REPLACE_RUNTIME_CALL(JSCreateModuleContext, Runtime::kPushModuleContext)
|
| -REPLACE_RUNTIME_CALL(JSCreateScriptContext, Runtime::kAbort)
|
| +REPLACE_RUNTIME_CALL(JSCreateScriptContext, Runtime::kNewScriptContext)
|
| #undef REPLACE_RUNTIME
|
|
|
|
|
|
|