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

Unified Diff: lib/isolate/base.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: lib/isolate/base.dart
diff --git a/lib/isolate/base.dart b/lib/isolate/base.dart
index 4805376d0472ad7147be6c89cc902a9f9b8925c2..670850a42269bb39e4bc117f02e8d7e35ec67060 100644
--- a/lib/isolate/base.dart
+++ b/lib/isolate/base.dart
@@ -50,7 +50,7 @@ external SendPort spawnUri(String uri);
*
* [SendPort]s can be transmitted to other isolates.
*/
-abstract class SendPort implements Hashable {
+abstract class SendPort {
Mads Ager (google) 2012/09/27 12:48:27 Ditto.
/**
* Sends an asynchronous [message] to this send port. The message is copied to

Powered by Google App Engine
This is Rietveld 408576698