Chromium Code Reviews| Index: src/runtime/runtime.h |
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
| index ea21fafc94ba9240136bb64066a75b2ac198a5f6..fba55a1f8c9088716b904080443032b42a08a2e5 100644 |
| --- a/src/runtime/runtime.h |
| +++ b/src/runtime/runtime.h |
| @@ -503,7 +503,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) \ |