| Index: runtime/vm/runtime_entry.cc
|
| diff --git a/runtime/vm/runtime_entry.cc b/runtime/vm/runtime_entry.cc
|
| index b0cd46ed36442dae67d45420a31d9e4fbb2bb1cb..860f0486a8a583e65bbb0bc8ce47d3e666cadf1c 100644
|
| --- a/runtime/vm/runtime_entry.cc
|
| +++ b/runtime/vm/runtime_entry.cc
|
| @@ -14,7 +14,7 @@ namespace dart {
|
| void VerifyOnTransition() {
|
| Thread* thread = Thread::Current();
|
| TransitionGeneratedToVM transition(thread);
|
| - thread->isolate()->heap()->WaitForSweeperTasks();
|
| + thread->isolate()->heap()->WaitForSweeperTasks(thread);
|
| SafepointOperationScope safepoint_scope(thread);
|
| VerifyPointersVisitor::VerifyPointers();
|
| thread->isolate()->heap()->Verify();
|
|
|