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

Unified Diff: lib/core/string.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 | « lib/core/set.dart ('k') | lib/coreimpl/hash_map_set.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/core/string.dart
diff --git a/lib/core/string.dart b/lib/core/string.dart
index 0d733efe3d8ade0aeb547921b89ad1419d288064..b841cf3d06b61def76450bfb04d15fa38b141aed 100644
--- a/lib/core/string.dart
+++ b/lib/core/string.dart
@@ -9,7 +9,7 @@
* [charCodes] method.
*/
interface String
- extends Comparable, Hashable, Pattern
+ extends Comparable, Pattern
default StringImplementation {
/**
* Allocates a new String for the specified [charCodes].
« no previous file with comments | « lib/core/set.dart ('k') | lib/coreimpl/hash_map_set.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698