Chromium Code Reviews| Index: runtime/vm/bootstrap_natives.cc |
| =================================================================== |
| --- runtime/vm/bootstrap_natives.cc (revision 14972) |
| +++ runtime/vm/bootstrap_natives.cc (working copy) |
| @@ -60,7 +60,7 @@ |
| ASSERT(!library.IsNull()); |
| library.set_native_entry_resolver(resolver); |
| - library = Library::CollectionLibrary(); |
| + library = Library::MathLibrary(); |
| ASSERT(!library.IsNull()); |
| library.set_native_entry_resolver(resolver); |