Chromium Code Reviews| Index: runtime/vm/runtime_entry.h |
| =================================================================== |
| --- runtime/vm/runtime_entry.h (revision 44579) |
| +++ runtime/vm/runtime_entry.h (working copy) |
| @@ -100,7 +100,7 @@ |
| argument_count, true, false); \ |
| type DLRT_##name(__VA_ARGS__) { \ |
| CHECK_STACK_ALIGNMENT; \ |
| - NoGCScope no_gc_scope; \ |
| + NoSafepointScope no_safepoint_scope; \ |
| #define END_LEAF_RUNTIME_ENTRY } |