Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(528)

Unified Diff: lib/compiler/implementation/script.dart

Issue 10081004: Remove frog dependencies from lib/compiler. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698