| Index: runtime/vm/snapshot.cc
|
| diff --git a/runtime/vm/snapshot.cc b/runtime/vm/snapshot.cc
|
| index c99072c295267bf71a612a3a5ea5235ad4ec2aa5..106975585bd82231574bff3dcdfc8d767ac9f3d6 100644
|
| --- a/runtime/vm/snapshot.cc
|
| +++ b/runtime/vm/snapshot.cc
|
| @@ -7,7 +7,6 @@
|
| #include "platform/assert.h"
|
| #include "vm/bigint_operations.h"
|
| #include "vm/bootstrap.h"
|
| -#include "vm/class_finalizer.h"
|
| #include "vm/exceptions.h"
|
| #include "vm/heap.h"
|
| #include "vm/longjump.h"
|
| @@ -948,7 +947,6 @@ void FullSnapshotWriter::WriteFullSnapshot() {
|
| ASSERT(isolate != NULL);
|
| ObjectStore* object_store = isolate->object_store();
|
| ASSERT(object_store != NULL);
|
| - ASSERT(ClassFinalizer::AllClassesFinalized());
|
|
|
| // Setup for long jump in case there is an exception while writing
|
| // the snapshot.
|
|
|