| 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
|
|
|