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

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: Another space removed. 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
« no previous file with comments | « runtime/bin/path.dart ('k') | runtime/bin/websocket.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/socket.dart
diff --git a/runtime/bin/socket.dart b/runtime/bin/socket.dart
index 83b16b288cfef5098f27d5c2967a7ce46d87c089..ef841eb6298a7808942bc74d1b829be2bd229e38 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 {
/**
* Constructs a new socket and initiate connecting it to the given
* host on the given port. The returned socket is not yet connected
« no previous file with comments | « runtime/bin/path.dart ('k') | runtime/bin/websocket.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698