Chromium Code Reviews| Index: runtime/vm/dart_api_impl.cc |
| =================================================================== |
| --- runtime/vm/dart_api_impl.cc (revision 40004) |
| +++ runtime/vm/dart_api_impl.cc (working copy) |
| @@ -3968,7 +3968,6 @@ |
| "%s expects argument 'number_of_arguments' to be non-negative.", |
| CURRENT_FUNC); |
| } |
| - ASSERT(ClassFinalizer::AllClassesFinalized()); |
| // Set up arguments to include the closure as the first argument. |
| const Array& args = Array::Handle(isolate, |