Chromium Code Reviews| Index: runtime/lib/isolate_patch.dart |
| diff --git a/runtime/lib/isolate_patch.dart b/runtime/lib/isolate_patch.dart |
| index 1113d98b6de4095e0bd60e13da6c555a9be61e18..595beaec8bb554dd6af81d8d602e90255862363c 100644 |
| --- a/runtime/lib/isolate_patch.dart |
| +++ b/runtime/lib/isolate_patch.dart |
| @@ -91,7 +91,7 @@ class _SendPortImpl implements SendPort { |
| return (other is _SendPortImpl) && _id == other._id; |
| } |
| - int hashCode() { |
| + int get hashCode { |
| return _id; |
| } |