Chromium Code Reviews| Index: runtime/vm/bootstrap_natives.cc |
| diff --git a/runtime/vm/bootstrap_natives.cc b/runtime/vm/bootstrap_natives.cc |
| index 319a0cc714c52307abc2c463536f112f4242a3ee..47a8c3a4a9350dfcc3417d3c23982a15f8ca86b0 100644 |
| --- a/runtime/vm/bootstrap_natives.cc |
| +++ b/runtime/vm/bootstrap_natives.cc |
| @@ -60,10 +60,6 @@ void Bootstrap::SetupNativeResolver() { |
| ASSERT(!library.IsNull()); |
| library.set_native_entry_resolver(resolver); |
| - library = Library::CoreImplLibrary(); |
| - ASSERT(!library.IsNull()); |
| - library.set_native_entry_resolver(resolver); |
| - |
| library = Library::CollectionLibrary(); |
|
floitsch
2012/11/12 16:31:56
two "Library::CollectionLibrary loads.
Anders Johnsen
2012/11/12 16:58:38
Bad merge.
|
| ASSERT(!library.IsNull()); |
| library.set_native_entry_resolver(resolver); |