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

Unified Diff: dart/site/try/src/isolate_legacy.dart

Issue 197923002: Mock up code completion. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Merged with r34309. Created 6 years, 9 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 | « dart/site/try/src/interaction_manager.dart ('k') | dart/site/try/src/leap.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/site/try/src/isolate_legacy.dart
diff --git a/dart/site/try/src/isolate_legacy.dart b/dart/site/try/src/isolate_legacy.dart
index 17bc00cb30436faa7fdf990ef1fd2db0664abc89..4b2dd6e84d104a6099fcd688fe91fd0324909584 100644
--- a/dart/site/try/src/isolate_legacy.dart
+++ b/dart/site/try/src/isolate_legacy.dart
@@ -5,7 +5,6 @@
library trydart.isolate_legacy;
import 'dart:isolate';
-import 'dart:async';
ReceivePort spawnFunction(void function(SendPort port)) {
ReceivePort port = new ReceivePort();
« no previous file with comments | « dart/site/try/src/interaction_manager.dart ('k') | dart/site/try/src/leap.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698