Index: src/contexts.h |
diff --git a/src/contexts.h b/src/contexts.h |
index 38ebf64ae17ec2ac33ddb3802b155f62d801a7c6..e810ca5f1f870586cffe3420a506a2ba0ad613e5 100644 |
--- a/src/contexts.h |
+++ b/src/contexts.h |
@@ -184,7 +184,7 @@ enum BindingFlags { |
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, \ |
+ V(TEMPLATE_INSTANTIATIONS_CACHE_INDEX, UnseededNumberDictionary, \ |
template_instantiations_cache) \ |
V(FUNCTION_FUNCTION_INDEX, JSFunction, function_function) \ |
V(GENERATOR_FUNCTION_FUNCTION_INDEX, JSFunction, \ |