Chromium Code Reviews| Index: src/type-info.cc |
| diff --git a/src/type-info.cc b/src/type-info.cc |
| index f5e9106742f2e98bf71c28dd10c1d31c8300f0c4..dfdfd89f66eadc58e77a0700f6fdfbbdba9c2d5a 100644 |
| --- a/src/type-info.cc |
| +++ b/src/type-info.cc |
| @@ -511,7 +511,8 @@ void TypeFeedbackOracle::CollectReceiverTypes(unsigned ast_id, |
| isolate_->stub_cache()->CollectMatchingMaps(types, |
| *name, |
| flags, |
| - global_context_); |
| + global_context_, |
| + zone()); |
| } |
| } |