Chromium Code Reviews| Index: runtime/vm/pages.cc |
| =================================================================== |
| --- runtime/vm/pages.cc (revision 44565) |
| +++ runtime/vm/pages.cc (working copy) |
| @@ -796,7 +796,7 @@ |
| heap_->Verify(kAllowMarked); |
| OS::PrintErr(" done.\n"); |
| } |
| - GCSweeper sweeper; |
| + GCSweeper sweeper(isolate->class_table()); |
| // During stop-the-world phases we should use bulk lock when adding elements |
| // to the free list. |