| Index: runtime/vm/snapshot.cc
|
| diff --git a/runtime/vm/snapshot.cc b/runtime/vm/snapshot.cc
|
| index 538701d3c96b377efbbbc61843b48043ed90bce7..aacef7f31f8719c2f8e596eb2d19941a74f39bc9 100644
|
| --- a/runtime/vm/snapshot.cc
|
| +++ b/runtime/vm/snapshot.cc
|
| @@ -2037,6 +2037,7 @@ FullSnapshotWriter::FullSnapshotWriter(Snapshot::Kind kind,
|
| #if defined(DEBUG)
|
| isolate()->ValidateClassTable();
|
| #endif
|
| + ASSERT(isolate()->background_compiler() == NULL);
|
|
|
| // Collect all the script objects and their accompanying token stream objects
|
| // into an array so that we can write it out as part of the VM isolate
|
|
|