| Index: runtime/vm/bootstrap_natives.cc
|
| diff --git a/runtime/vm/bootstrap_natives.cc b/runtime/vm/bootstrap_natives.cc
|
| index 4682e987312524ecd8fe7ae2002ca960ed25b783..d773847709baa790573be378ff02bfc9ee3ab5af 100644
|
| --- a/runtime/vm/bootstrap_natives.cc
|
| +++ b/runtime/vm/bootstrap_natives.cc
|
| @@ -86,6 +86,10 @@ void Bootstrap::SetupNativeResolver() {
|
| library = Library::TypedDataLibrary();
|
| ASSERT(!library.IsNull());
|
| library.set_native_entry_resolver(resolver);
|
| +
|
| + library = Library::ProfilerLibrary();
|
| + ASSERT(!library.IsNull());
|
| + library.set_native_entry_resolver(resolver);
|
| }
|
|
|
|
|
|
|