Index: src/runtime/runtime.h |
diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
index 8c8db7b20d779eed795db57bc1f214ea7634fa16..b4ace19b6aef82d04b6927fa1e2afeec9f271a42 100644 |
--- a/src/runtime/runtime.h |
+++ b/src/runtime/runtime.h |
@@ -504,7 +504,7 @@ namespace internal { |
F(PromoteScheduledException, 0, 1) \ |
\ |
/* Contexts */ \ |
- F(NewGlobalContext, 2, 1) \ |
+ F(NewScriptContext, 2, 1) \ |
F(NewFunctionContext, 1, 1) \ |
F(PushWithContext, 2, 1) \ |
F(PushCatchContext, 3, 1) \ |