Index: runtime/bin/dartutils.cc |
=================================================================== |
--- runtime/bin/dartutils.cc (revision 38463) |
+++ runtime/bin/dartutils.cc (working copy) |
@@ -799,6 +799,8 @@ |
Dart_Handle async_lib = Dart_LookupLibrary(url); |
DART_CHECK_VALID(async_lib); |
Dart_Handle io_lib = Builtin::LoadAndCheckLibrary(Builtin::kIOLibrary); |
+ result = Dart_FinalizeLoading(false); |
hausner
2014/07/22 18:23:32
Maybe a comment that we need to finalize here so t
siva
2014/07/22 19:55:11
Done.
|
+ DART_CHECK_VALID(result); |
Dart_Handle timer_closure = |
Dart_Invoke(io_lib, NewString("_getTimerFactoryClosure"), 0, NULL); |
Dart_Handle args[1]; |