Index: runtime/vm/bootstrap_natives.cc |
=================================================================== |
--- runtime/vm/bootstrap_natives.cc (revision 19011) |
+++ runtime/vm/bootstrap_natives.cc (working copy) |
@@ -56,7 +56,7 @@ |
Dart_NativeEntryResolver resolver = |
reinterpret_cast<Dart_NativeEntryResolver>(BootstrapNatives::Lookup); |
- library = Library::ASyncLibrary(); |
+ library = Library::AsyncLibrary(); |
ASSERT(!library.IsNull()); |
library.set_native_entry_resolver(resolver); |