| Index: runtime/vm/bootstrap_natives.cc
|
| diff --git a/runtime/vm/bootstrap_natives.cc b/runtime/vm/bootstrap_natives.cc
|
| index fa368b697a017d8f006434bdc76ff1206363661d..319a0cc714c52307abc2c463536f112f4242a3ee 100644
|
| --- a/runtime/vm/bootstrap_natives.cc
|
| +++ b/runtime/vm/bootstrap_natives.cc
|
| @@ -64,6 +64,10 @@ void Bootstrap::SetupNativeResolver() {
|
| ASSERT(!library.IsNull());
|
| library.set_native_entry_resolver(resolver);
|
|
|
| + library = Library::CollectionLibrary();
|
| + ASSERT(!library.IsNull());
|
| + library.set_native_entry_resolver(resolver);
|
| +
|
| library = Library::MirrorsLibrary();
|
| ASSERT(!library.IsNull());
|
| library.set_native_entry_resolver(resolver);
|
|
|