| Index: sdk/lib/_internal/compiler/implementation/script.dart
|
| diff --git a/sdk/lib/_internal/compiler/implementation/script.dart b/sdk/lib/_internal/compiler/implementation/script.dart
|
| index b1306167e9bd828f2af07769610375257901f125..f6cda016e80ee4b30e32a4231a1490da0d342614 100644
|
| --- a/sdk/lib/_internal/compiler/implementation/script.dart
|
| +++ b/sdk/lib/_internal/compiler/implementation/script.dart
|
| @@ -5,10 +5,7 @@
|
| part of dart2js;
|
|
|
| class Script {
|
| - // TODO(kasperl): Once MockFile in tests/compiler/dart2js/parser_helper.dart
|
| - // implements SourceFile, we should be able to type the [file] field as
|
| - // such.
|
| - final file;
|
| + final SourceFile file;
|
|
|
| /**
|
| * The readable URI from which this script was loaded.
|
|
|