| Index: src/type-info.cc
|
| diff --git a/src/type-info.cc b/src/type-info.cc
|
| index 80d3434c97fe40b37eb22baa41ec459902a71a5c..29423f3a210e7929907fb7f99375adb8074971de 100644
|
| --- a/src/type-info.cc
|
| +++ b/src/type-info.cc
|
| @@ -591,7 +591,7 @@ byte TypeFeedbackOracle::ToBooleanTypes(TypeFeedbackId ast_id) {
|
| void TypeFeedbackOracle::BuildDictionary(Handle<Code> code) {
|
| AssertNoAllocation no_allocation;
|
| ZoneList<RelocInfo> infos(16, zone());
|
| - HandleScope scope;
|
| + HandleScope scope(code->GetIsolate());
|
| GetRelocInfos(code, &infos);
|
| CreateDictionary(code, &infos);
|
| ProcessRelocInfos(&infos);
|
|
|