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

Unified Diff: dart/frog/leg/lib/core.dart

Issue 9419009: Use shared implementation of Stopwatch. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years, 10 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: dart/frog/leg/lib/core.dart
diff --git a/dart/frog/leg/lib/core.dart b/dart/frog/leg/lib/core.dart
index ed3ae0e43f067ac03be6213f0e306d43918acac7..0558e5906e68c00a9064a7adfc42840a3d4e4e21 100644
--- a/dart/frog/leg/lib/core.dart
+++ b/dart/frog/leg/lib/core.dart
@@ -33,7 +33,7 @@
#source('../../../corelib/src/queue.dart');
#source('../../../corelib/src/regexp.dart');
#source('../../../corelib/src/set.dart');
-// #source('../../../corelib/src/stopwatch.dart');
+#source('../../../corelib/src/stopwatch.dart');
#source('../../../corelib/src/string.dart');
#source('../../../corelib/src/string_buffer.dart');
#source('../../../corelib/src/strings.dart');

Powered by Google App Engine
This is Rietveld 408576698