| Index: runtime/vm/dart_api_impl.cc
|
| ===================================================================
|
| --- runtime/vm/dart_api_impl.cc (revision 1381)
|
| +++ runtime/vm/dart_api_impl.cc (working copy)
|
| @@ -313,7 +313,7 @@
|
| // Return error if isolate is in an inconsistent state.
|
| // Return NULL when no error condition exists.
|
| static const char* CheckIsolateState() {
|
| - if (!ClassFinalizer::FinalizeAllClasses()) {
|
| + if (!ClassFinalizer::FinalizePendingClasses()) {
|
| // Make a copy of the error message as the original message string
|
| // may get deallocated when we return back from the Dart API call.
|
| const String& err =
|
|
|