Index: src/compiler/js-generic-lowering.cc |
diff --git a/src/compiler/js-generic-lowering.cc b/src/compiler/js-generic-lowering.cc |
index 87b2604dcb9a7322989db03438a7cb4ccf4d1b77..f9c25c33e9c08a5041e5969ea6b0c8dfecb16caa 100644 |
--- a/src/compiler/js-generic-lowering.cc |
+++ b/src/compiler/js-generic-lowering.cc |
@@ -120,7 +120,7 @@ REPLACE_RUNTIME_CALL(JSCreateCatchContext, Runtime::kPushCatchContext) |
REPLACE_RUNTIME_CALL(JSCreateWithContext, Runtime::kPushWithContext) |
REPLACE_RUNTIME_CALL(JSCreateBlockContext, Runtime::kPushBlockContext) |
REPLACE_RUNTIME_CALL(JSCreateModuleContext, Runtime::kPushModuleContext) |
-REPLACE_RUNTIME_CALL(JSCreateGlobalContext, Runtime::kAbort) |
+REPLACE_RUNTIME_CALL(JSCreateScriptContext, Runtime::kAbort) |
#undef REPLACE_RUNTIME |