Index: runtime/lib/isolate_patch.dart |
diff --git a/runtime/lib/isolate_patch.dart b/runtime/lib/isolate_patch.dart |
index 08fc2473f576a7fd6472dc0b2639da83ba0794db..9970d921c7557e7fc54d21e0e007960db98b4bab 100644 |
--- a/runtime/lib/isolate_patch.dart |
+++ b/runtime/lib/isolate_patch.dart |
@@ -127,7 +127,7 @@ class _RawReceivePortImpl implements RawReceivePort { |
} |
int get hashCode { |
- return sendPort.hashCode(); |
+ return sendPort.hashCode; |
} |
Uri get remotePortUri => new Uri.https('localhost', '55'); |