| Index: runtime/bin/builtin.cc
|
| diff --git a/runtime/bin/builtin.cc b/runtime/bin/builtin.cc
|
| index 9ba9053a9352f649d0695a910d389369c012b40e..5f45881b85a089bee2d20e62e966ce931bb198b0 100644
|
| --- a/runtime/bin/builtin.cc
|
| +++ b/runtime/bin/builtin.cc
|
| @@ -47,6 +47,8 @@ void Builtin::SetupLibrary(Dart_Handle library, BuiltinLibraryId id) {
|
| // Setup the native resolver for built in library functions.
|
| DART_CHECK_VALID(Dart_SetNativeResolver(library, NativeLookup));
|
| }
|
| + // TODO(ager): I don't think you ever need to import the builtin
|
| + // library anywhere now, right?
|
| if (id == kBuiltinLibrary) {
|
| // Import the builtin library into the core and isolate libraries.
|
| ImportBuiltinLibIntoLib(DartUtils::kCoreLibURL, library);
|
|
|