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

Unified Diff: lib/isolate/base.dart

Issue 11191078: Make hashCode a getter and not a method. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Update status file with co19 issue number. Created 8 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: 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;
}

Powered by Google App Engine
This is Rietveld 408576698