Index: runtime/vm/verifier.cc |
=================================================================== |
--- runtime/vm/verifier.cc (revision 44579) |
+++ runtime/vm/verifier.cc (working copy) |
@@ -67,7 +67,7 @@ |
void VerifyPointersVisitor::VerifyPointers(MarkExpectation mark_expectation) { |
- NoGCScope no_gc; |
+ NoSafepointScope no_safepoint; |
Isolate* isolate = Isolate::Current(); |
ObjectSet* allocated_set = |
isolate->heap()->CreateAllocatedObjectSet(mark_expectation); |