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

Unified Diff: runtime/bin/socket.dart

Issue 10993059: Stop using the Hashable interface. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 3 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 83b16b288cfef5098f27d5c2967a7ce46d87c089..e84835882fc8534f072a601295867f70fa6df53b 100644
--- a/runtime/bin/socket.dart
+++ b/runtime/bin/socket.dart
@@ -34,7 +34,7 @@ abstract class ServerSocket {
}
-abstract class Socket implements Hashable {
+abstract class Socket {
Mads Ager (google) 2012/09/27 12:48:27 space
/**
* Constructs a new socket and initiate connecting it to the given
* host on the given port. The returned socket is not yet connected

Powered by Google App Engine
This is Rietveld 408576698