Chromium Code Reviews| Index: lib/compiler/implementation/script.dart |
| diff --git a/lib/compiler/implementation/script.dart b/lib/compiler/implementation/script.dart |
| index cd88619ac63b68df33a91ea9832c47c27374870c..bbd5a43e81d88995a82fd4d1da89b1bcb44ada62 100644 |
| --- a/lib/compiler/implementation/script.dart |
| +++ b/lib/compiler/implementation/script.dart |
| @@ -3,7 +3,7 @@ |
| // BSD-style license that can be found in the LICENSE file. |
| class Script { |
| - final /* frog.SourceFile */ file; |
|
ahe
2012/04/13 11:50:55
I'd like to get a type on this. Could you add a to
kasperl
2012/04/13 11:59:53
I'll add a TODO here. We cannot use SourceFile rig
|
| + final file; |
| final Uri uri; |
| Script(this.uri, this.file); |