Index: runtime/vm/dart_api_impl.cc |
=================================================================== |
--- runtime/vm/dart_api_impl.cc (revision 30639) |
+++ runtime/vm/dart_api_impl.cc (working copy) |
@@ -160,7 +160,7 @@ |
// Class finalization is blocked for the isolate. Do nothing. |
return Api::Success(); |
} |
- if (ClassFinalizer::FinalizeTypeHierarchy()) { |
+ if (ClassFinalizer::ProcessPendingClasses()) { |
return Api::Success(); |
} |
ASSERT(isolate->object_store()->sticky_error() != Object::null()); |