Chromium Code Reviews| Index: runtime/vm/profiler_service.cc |
| =================================================================== |
| --- runtime/vm/profiler_service.cc (revision 44579) |
| +++ runtime/vm/profiler_service.cc (working copy) |
| @@ -63,7 +63,7 @@ |
| if (array.IsNull() || code.IsNull()) { |
| return false; |
| } |
| - NoGCScope no_gc_scope; |
| + NoSafepointScope no_safepoint_scope; |
| for (intptr_t i = 0; array.Length(); i++) { |
| if (code.raw() == array.At(i)) { |
| return true; |