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

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

Issue 59073003: Version 0.8.10.4 (Closed) Base URL: http://dart.googlecode.com/svn/trunk/
Patch Set: Created 7 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
Index: dart/sdk/lib/isolate/isolate.dart
===================================================================
--- dart/sdk/lib/isolate/isolate.dart (revision 29808)
+++ dart/sdk/lib/isolate/isolate.dart (working copy)
@@ -98,10 +98,8 @@
* is also possible to send object instances (which would be copied in the
* process). This is currently only supported by the dartvm. For now, the
* dart2js compiler only supports the restricted messages described above.
- *
- * The second argument [replyTo] is deprecated and its value is ignored.
*/
- void send(var message, [SendPort replyTo]);
+ void send(var message);
/**
* Tests whether [other] is a [SendPort] pointing to the same
« no previous file with comments | « dart/sdk/lib/html/dartium/html_dartium.dart ('k') | dart/sdk/lib/typed_data/dart2js/typed_data_dart2js.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698