Chromium Code Reviews| 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 |