Chromium Code Reviews| Index: lib/isolate/base.dart |
| diff --git a/lib/isolate/base.dart b/lib/isolate/base.dart |
| index e2c4b6d358bd43977b3d34d46b7d9ba9983f34b6..d61c35c4a561727cd739103ef7a9763fd4f7e4bf 100644 |
| --- a/lib/isolate/base.dart |
| +++ b/lib/isolate/base.dart |
| @@ -92,7 +92,7 @@ abstract class SendPort { |
| * Returns an immutable hash code for this send port that is |
| * consistent with the == operator. |
| */ |
| - int hashCode(); |
| + int get hashCode; |
| } |