Chromium Code Reviews| Index: runtime/vm/runtime_entry.h |
| =================================================================== |
| --- runtime/vm/runtime_entry.h (revision 1428) |
| +++ runtime/vm/runtime_entry.h (working copy) |
| @@ -58,8 +58,8 @@ |
| VERIFY_ON_TRANSITION; \ |
| if (FLAG_trace_runtime_calls) OS::Print("Runtime call: %s\n", ""#name); \ |
| { \ |
| - Zone zone; \ |
| - HANDLESCOPE(); \ |
| + Zone zone(arguments.isolate()); \ |
| + HANDLESCOPE(arguments.isolate()); \ |
| DRT_Helper##name(arguments); \ |
| } \ |
| VERIFY_ON_TRANSITION; \ |