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

Unified Diff: sdk/lib/core/core.dart

Issue 27112002: Make print interceptable. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 2 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
« no previous file with comments | « sdk/lib/async/zone.dart ('k') | sdk/lib/core/print.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/core/core.dart
diff --git a/sdk/lib/core/core.dart b/sdk/lib/core/core.dart
index 627e6b2e68e611a925588e5de6312b4600d5ef85..8ec447c6e5e28fda34ba2c9b5b15c6e0b460d5ee 100644
--- a/sdk/lib/core/core.dart
+++ b/sdk/lib/core/core.dart
@@ -157,6 +157,7 @@ import "dart:_collection-dev" hide Symbol;
import "dart:_collection-dev" as _collection_dev;
import "dart:convert" show UTF8, Encoding;
import "dart:math" show Random; // Used by List.shuffle.
+import "dart:async" show Zone;
Lasse Reichstein Nielsen 2013/10/14 07:45:34 Core imports async. Is that acceptable (initial si
part "bool.dart";
part "comparable.dart";
« no previous file with comments | « sdk/lib/async/zone.dart ('k') | sdk/lib/core/print.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698