Chromium Code Reviews| 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; |
| } |