| Index: runtime/vm/bootstrap_natives.cc
|
| diff --git a/runtime/vm/bootstrap_natives.cc b/runtime/vm/bootstrap_natives.cc
|
| index 6efff892f88d836e1af6b3d6964b849df039633f..44faf75cf588269f8b4669f46d6b2faecab389cb 100644
|
| --- a/runtime/vm/bootstrap_natives.cc
|
| +++ b/runtime/vm/bootstrap_natives.cc
|
| @@ -80,6 +80,11 @@ void Bootstrap::SetupNativeResolver() {
|
| library.set_native_entry_resolver(resolver);
|
| library.set_native_entry_symbol_resolver(symbol_resolver);
|
|
|
| + library = Library::ConvertLibrary();
|
| + ASSERT(!library.IsNull());
|
| + library.set_native_entry_resolver(resolver);
|
| + library.set_native_entry_symbol_resolver(symbol_resolver);
|
| +
|
| library = Library::CoreLibrary();
|
| ASSERT(!library.IsNull());
|
| library.set_native_entry_resolver(resolver);
|
|
|