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

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: 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 | « pkg/logging/lib/logging.dart ('k') | runtime/bin/path.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « pkg/logging/lib/logging.dart ('k') | runtime/bin/path.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698