| Index: src/type-info.cc
|
| diff --git a/src/type-info.cc b/src/type-info.cc
|
| index ce54504152874e31344449284c294519fe9a9059..0dd23b08d6c1a42aec46419766a613e91a59a85b 100644
|
| --- a/src/type-info.cc
|
| +++ b/src/type-info.cc
|
| @@ -495,7 +495,7 @@ 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(
|
| + UnseededNumberDictionary::AtNumberPut(
|
| dictionary_, IdToKey(ast_id), handle(target, isolate()));
|
| }
|
|
|
|
|