| Index: runtime/vm/bootstrap_natives.cc
|
| diff --git a/runtime/vm/bootstrap_natives.cc b/runtime/vm/bootstrap_natives.cc
|
| index 2e705ecca45e6bec6e6fb7ec52c6c02fa49c381f..722aa3684be5cecc4e71d23e6115f63fcaad469c 100644
|
| --- a/runtime/vm/bootstrap_natives.cc
|
| +++ b/runtime/vm/bootstrap_natives.cc
|
| @@ -126,6 +126,11 @@ void Bootstrap::SetupNativeResolver() {
|
| library.set_native_entry_resolver(resolver);
|
| library.set_native_entry_symbol_resolver(symbol_resolver);
|
|
|
| + library = Library::UriLibrary();
|
| + ASSERT(!library.IsNull());
|
| + library.set_native_entry_resolver(resolver);
|
| + library.set_native_entry_symbol_resolver(symbol_resolver);
|
| +
|
| library = Library::VMServiceLibrary();
|
| ASSERT(!library.IsNull());
|
| library.set_native_entry_resolver(resolver);
|
|
|