Chromium Code Reviews| Index: runtime/vm/pages.h |
| =================================================================== |
| --- runtime/vm/pages.h (revision 34193) |
| +++ runtime/vm/pages.h (working copy) |
| @@ -240,7 +240,7 @@ |
| } |
| void PrintToJSONObject(JSONObject* object); |
| - void PrintHeapMapToJSONStream(JSONStream* stream); |
| + void PrintHeapMapToJSONStream(Isolate* isolate, JSONStream* stream); |
| void AllocateExternal(intptr_t size); |
| void FreeExternal(intptr_t size); |