Index: src/contexts.h |
diff --git a/src/contexts.h b/src/contexts.h |
index f14a100a760df0cd20e4f56b547ae322d2381e73..d01ddafccc651221cf88bd5898dc553d7d31586b 100644 |
--- a/src/contexts.h |
+++ b/src/contexts.h |
@@ -185,8 +185,7 @@ |
V(FLOAT32_ARRAY_FUN_INDEX, JSFunction, float32_array_fun) \ |
V(FLOAT32X4_FUNCTION_INDEX, JSFunction, float32x4_function) \ |
V(FLOAT64_ARRAY_FUN_INDEX, JSFunction, float64_array_fun) \ |
- V(TEMPLATE_INSTANTIATIONS_CACHE_INDEX, ObjectHashTable, \ |
- template_instantiations_cache) \ |
+ V(FUNCTION_CACHE_INDEX, ObjectHashTable, function_cache) \ |
V(FUNCTION_FUNCTION_INDEX, JSFunction, function_function) \ |
V(GENERATOR_FUNCTION_FUNCTION_INDEX, JSFunction, \ |
generator_function_function) \ |