| Index: runtime/vm/class_finalizer.cc
|
| ===================================================================
|
| --- runtime/vm/class_finalizer.cc (revision 45699)
|
| +++ runtime/vm/class_finalizer.cc (working copy)
|
| @@ -183,6 +183,7 @@
|
| }
|
|
|
|
|
| +#if defined(DART_NO_SNAPSHOT)
|
| void ClassFinalizer::VerifyBootstrapClasses() {
|
| if (FLAG_trace_class_finalization) {
|
| OS::Print("VerifyBootstrapClasses START.\n");
|
| @@ -246,6 +247,7 @@
|
| }
|
| Isolate::Current()->heap()->Verify();
|
| }
|
| +#endif // defined(DART_NO_SNAPSHOT).
|
|
|
|
|
| // Resolve unresolved_class in the library of cls, or return null.
|
|
|