| Index: runtime/vm/bootstrap_natives.cc
|
| diff --git a/runtime/vm/bootstrap_natives.cc b/runtime/vm/bootstrap_natives.cc
|
| index 0654dc2a6dc9ad7b471b375aca05a94cf108eec4..07c492804792a93bb1513837506a617a723ee6fc 100644
|
| --- a/runtime/vm/bootstrap_natives.cc
|
| +++ b/runtime/vm/bootstrap_natives.cc
|
| @@ -120,6 +120,11 @@ void Bootstrap::SetupNativeResolver() {
|
| library.set_native_entry_resolver(resolver);
|
| library.set_native_entry_symbol_resolver(symbol_resolver);
|
|
|
| + library = Library::ProfilerLibrary();
|
| + ASSERT(!library.IsNull());
|
| + library.set_native_entry_resolver(resolver);
|
| + library.set_native_entry_symbol_resolver(symbol_resolver);
|
| +
|
| library = Library::TypedDataLibrary();
|
| ASSERT(!library.IsNull());
|
| library.set_native_entry_resolver(resolver);
|
|
|