Index: runtime/vm/exceptions.cc |
=================================================================== |
--- runtime/vm/exceptions.cc (revision 44579) |
+++ runtime/vm/exceptions.cc (working copy) |
@@ -202,7 +202,7 @@ |
const Object& stacktrace_object) { |
// The no_gc StackResource is unwound through the tear down of |
// stack resources below. |
- NoGCScope no_gc; |
+ NoSafepointScope no_safepoint; |
RawObject* raw_exception = exception_object.raw(); |
RawObject* raw_stacktrace = stacktrace_object.raw(); |