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

Unified Diff: bin/builtin.dart

Issue 8537023: Implement automatic loading of dart:core_native_fields library (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/runtime/
Patch Set: '' Created 9 years, 1 month 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
« no previous file with comments | « bin/builtin.h ('k') | bin/builtin_in.cc » ('j') | bin/builtin_in.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: bin/builtin.dart
===================================================================
--- bin/builtin.dart (revision 1520)
+++ bin/builtin.dart (working copy)
@@ -3,6 +3,7 @@
// BSD-style license that can be found in the LICENSE file.
#library("builtin");
+#import("dart:core-native-fields");
void print(arg) {
_Logger._printString(arg.toString());
« no previous file with comments | « bin/builtin.h ('k') | bin/builtin_in.cc » ('j') | bin/builtin_in.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698