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

Unified Diff: lib/isolate/base.dart

Issue 10944006: - Removed comment to Frog and eliminated usage of sentinel. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 3 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 | « no previous file | pkg/unittest/mock.dart » ('j') | pkg/unittest/mock.dart » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/isolate/base.dart
===================================================================
--- lib/isolate/base.dart (revision 12478)
+++ lib/isolate/base.dart (working copy)
@@ -64,8 +64,7 @@
* In the special circumstances when two isolates share the same code and are
* running in the same process (e.g. isolates created via [spawnFunction]), it
* 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
- * frog compiler only supports the restricted messages described above.
+ * process). This is currently only supported by the dartvm.
*
* Deprecation note: it is no longer valid to transmit a [ReceivePort] in a
* message. Previously they were translated to the corresponding send port
« no previous file with comments | « no previous file | pkg/unittest/mock.dart » ('j') | pkg/unittest/mock.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698