Chromium Code Reviews| Index: runtime/vm/locations.h |
| =================================================================== |
| --- runtime/vm/locations.h (revision 36643) |
| +++ runtime/vm/locations.h (working copy) |
| @@ -599,7 +599,8 @@ |
| void PrintTo(BufferFormatter* f) const; |
| - static LocationSummary* Make(intptr_t input_count, |
| + static LocationSummary* Make(Isolate* isolate, |
| + intptr_t input_count, |
| Location out, |
| ContainsCall contains_call); |