Index: runtime/bin/http_impl.dart |
diff --git a/runtime/bin/http_impl.dart b/runtime/bin/http_impl.dart |
index cb1776857fae395e14ea7648fa7a523e16b351c1..9f3106a5b72338887d967505de0619a13a335079 100644 |
--- a/runtime/bin/http_impl.dart |
+++ b/runtime/bin/http_impl.dart |
@@ -1197,7 +1197,7 @@ class _HttpOutputStream extends _BaseOutputStream implements OutputStream { |
} |
-class _HttpConnectionBase implements Hashable { |
+class _HttpConnectionBase { |
_HttpConnectionBase() : _sendBuffers = new Queue(), |
_httpParser = new _HttpParser() { |
_hashCode = _nextHashCode; |