Index: src/type-info.cc |
diff --git a/src/type-info.cc b/src/type-info.cc |
index 71236f7d9c3c81af556ec3c0cd54a0be7b51956d..ecfe3dae6879f40b081b8bdcacddcbce0102690c 100644 |
--- a/src/type-info.cc |
+++ b/src/type-info.cc |
@@ -495,8 +495,8 @@ void TypeFeedbackOracle::SetInfo(TypeFeedbackId ast_id, Object* target) { |
// Dictionary has been allocated with sufficient size for all elements. |
DisallowHeapAllocation no_need_to_resize_dictionary; |
HandleScope scope(isolate()); |
- isolate()->factory()->DictionaryAtNumberPut( |
- dictionary_, IdToKey(ast_id), handle(target, isolate())); |
+ USE(UnseededNumberDictionary::AtNumberPut( |
+ dictionary_, IdToKey(ast_id), handle(target, isolate()))); |
} |