Index: runtime/bin/path_impl.dart |
diff --git a/runtime/bin/path_impl.dart b/runtime/bin/path_impl.dart |
index 5f660e0830d31d5c9234ef93cebe9f7d6284a49a..42ef0c2a69030fefb239b40383514d7b85069a88 100644 |
--- a/runtime/bin/path_impl.dart |
+++ b/runtime/bin/path_impl.dart |
@@ -5,7 +5,7 @@ |
class _Path implements Path { |
final String _path; |
- const _Path(String source) : _path = source; |
+ _Path(String source) : _path = source; |
_Path.fromNative(String source) : _path = _clean(source); |
int hashCode() => _path.hashCode(); |