Chromium Code Reviews| Index: vm/object.h |
| =================================================================== |
| --- vm/object.h (revision 5109) |
| +++ vm/object.h (working copy) |
| @@ -2197,7 +2197,7 @@ |
| // Each (*node_ids)[n] has a an extracted ic data array (*arrays)[n]. |
| void ExtractIcDataArraysAtCalls( |
| GrowableArray<intptr_t>* node_ids, |
| - GrowableArray<const ICData*>* ic_data_objs) const; |
| + const GrowableObjectArray& ic_data_objs) const; |
| private: |
| static const intptr_t kEntrySize = sizeof(int32_t); // NOLINT |