| Index: sdk/lib/io/link.dart
|
| diff --git a/sdk/lib/io/link.dart b/sdk/lib/io/link.dart
|
| index 0ffcf0e3dc98e5d88bf7665a085af4e61b06a87d..3fc837684a0f2468a96b86864414a89df79fbc0d 100644
|
| --- a/sdk/lib/io/link.dart
|
| +++ b/sdk/lib/io/link.dart
|
| @@ -143,7 +143,7 @@ abstract class Link implements FileSystemEntity {
|
| class _Link extends FileSystemEntity implements Link {
|
| final String path;
|
|
|
| - _Link(String this.path) {
|
| + _Link(this.path) {
|
| if (path is! String) {
|
| throw new ArgumentError('${Error.safeToString(path)} '
|
| 'is not a String');
|
|
|