Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(262)

Unified Diff: runtime/bin/builtin.cc

Issue 10887024: Move print to corelib. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);
« no previous file with comments | « runtime/bin/builtin.h ('k') | runtime/bin/builtin.dart » ('j') | runtime/lib/print_patch.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698