Index: src/type-info.cc |
diff --git a/src/type-info.cc b/src/type-info.cc |
index 3a83c41bb8fea807a5106c6b1e4490add1826e22..c31605f631b80b1022ca9cf3aac836c7b415d290 100644 |
--- a/src/type-info.cc |
+++ b/src/type-info.cc |
@@ -663,7 +663,7 @@ void TypeFeedbackOracle::CreateDictionary(Handle<Code> code, |
: 0; |
int length = infos->length() + cell_count; |
byte* old_start = code->instruction_start(); |
- dictionary_ = FACTORY->NewUnseededNumberDictionary(length); |
+ dictionary_ = isolate()->factory()->NewUnseededNumberDictionary(length); |
byte* new_start = code->instruction_start(); |
RelocateRelocInfos(infos, old_start, new_start); |
} |