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

Unified Diff: runtime/lib/isolate_patch.dart

Issue 38703009: Update VM service to new isolate API (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
Index: runtime/lib/isolate_patch.dart
diff --git a/runtime/lib/isolate_patch.dart b/runtime/lib/isolate_patch.dart
index 2a0876342f5b13c697edd187ff460e2957240e63..9e8bca3546b26b1e6551cab2a892f369fc199cdb 100644
--- a/runtime/lib/isolate_patch.dart
+++ b/runtime/lib/isolate_patch.dart
@@ -51,6 +51,7 @@ class _ReceivePortImpl extends Stream implements ReceivePort {
_controller.close();
}
+ int get _id => _rawPort._id;
Ivan Posva 2013/10/29 03:35:50 Please remove.
Cutch 2013/10/29 05:24:57 Done.
final RawReceivePort _rawPort;
StreamController _controller;
}

Powered by Google App Engine
This is Rietveld 408576698