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

Unified Diff: runtime/bin/http_impl.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/http_impl.dart
diff --git a/runtime/bin/http_impl.dart b/runtime/bin/http_impl.dart
index cb1776857fae395e14ea7648fa7a523e16b351c1..e77c4aae75df5c80dc0a570c77e10c62562bf618 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 {
Mads Ager (google) 2012/09/27 12:48:27 space.
_HttpConnectionBase() : _sendBuffers = new Queue(),
_httpParser = new _HttpParser() {
_hashCode = _nextHashCode;

Powered by Google App Engine
This is Rietveld 408576698