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

Unified Diff: runtime/bin/path.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 | « runtime/bin/http_impl.dart ('k') | runtime/bin/socket.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/path.dart
diff --git a/runtime/bin/path.dart b/runtime/bin/path.dart
index d2d754fc997e405dee3270e02463ee7f126881da..4061f7e88085d96ed92a15e56a0f0c8eb45fbe7c 100644
--- a/runtime/bin/path.dart
+++ b/runtime/bin/path.dart
@@ -9,7 +9,7 @@
* useful path manipulations and queries. Joining of paths and normalization
* interpret '.' and '..' in the usual way.
*/
-abstract class Path extends Hashable {
+abstract class Path {
/**
* Creates a Path from the String [source]. [source] is used as-is, so if
* the string does not consist of segments separated by forward slashes, the
« no previous file with comments | « runtime/bin/http_impl.dart ('k') | runtime/bin/socket.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698