Index: runtime/bin/websocket.dart |
diff --git a/runtime/bin/websocket.dart b/runtime/bin/websocket.dart |
index 47e184a948b7c09a8fc465319ca7bd07fb959e3f..34c92dc78788c2e051972b3896213485f327cdcd 100644 |
--- a/runtime/bin/websocket.dart |
+++ b/runtime/bin/websocket.dart |
@@ -93,7 +93,7 @@ abstract class WebSocketConnection { |
/** |
* WebSocketConnection is hashable. |
*/ |
- int hashCode(); |
+ int get hashCode; |
} |
@@ -166,7 +166,7 @@ abstract class WebSocketClientConnection { |
/** |
* WebSocketClientConnection is hashable. |
*/ |
- int hashCode(); |
+ int get hashCode; |
} |