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

Unified Diff: runtime/bin/socket.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: runtime/bin/socket.dart
diff --git a/runtime/bin/socket.dart b/runtime/bin/socket.dart
index ef841eb6298a7808942bc74d1b829be2bd229e38..6744074428518cb91ebadac45578e7d69a3f878e 100644
--- a/runtime/bin/socket.dart
+++ b/runtime/bin/socket.dart
@@ -128,11 +128,6 @@ abstract class Socket {
* [onClosed].
*/
void close([bool halfClose = false]);
-
- /**
- * Socket is hashable.
- */
- int hashCode();
}

Powered by Google App Engine
This is Rietveld 408576698