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

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: 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/path.dart
diff --git a/runtime/bin/path.dart b/runtime/bin/path.dart
index d2d754fc997e405dee3270e02463ee7f126881da..1b9a12658857415cad9ac1a6b56e79875494d255 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 {
Mads Ager (google) 2012/09/27 12:48:27 space.
/**
* 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

Powered by Google App Engine
This is Rietveld 408576698