Index: runtime/vm/isolate.cc |
=================================================================== |
--- runtime/vm/isolate.cc (revision 30639) |
+++ runtime/vm/isolate.cc (working copy) |
@@ -528,7 +528,7 @@ |
StartIsolateScope start_scope(isolate); |
StackZone zone(isolate); |
HandleScope handle_scope(isolate); |
- if (!ClassFinalizer::FinalizeTypeHierarchy()) { |
+ if (!ClassFinalizer::ProcessPendingClasses()) { |
// Error is in sticky error already. |
return false; |
} |