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

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

Issue 11088003: Fix warnings in dart2js. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Fix long line Created 8 years, 2 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
« no previous file with comments | « no previous file | dart/lib/compiler/implementation/compiler.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/lib/compiler/implementation/apiimpl.dart
diff --git a/dart/lib/compiler/implementation/apiimpl.dart b/dart/lib/compiler/implementation/apiimpl.dart
index 4062ba6c8b7239dc5f3297208e66ba67d83569ac..477f3d26171be57c4ea9b12992a4ba3d334117b9 100644
--- a/dart/lib/compiler/implementation/apiimpl.dart
+++ b/dart/lib/compiler/implementation/apiimpl.dart
@@ -81,7 +81,7 @@ class Compiler extends leg.Compiler {
handler(null, null, null, message, api.Diagnostic.VERBOSE_INFO);
}
- leg.Script readScript(Uri uri, [tree.Node node]) {
+ leg.Script readScript(Uri uri, [tree.LibraryTag node]) {
if (uri.scheme == 'dart') uri = translateDartUri(uri, node);
var translated = translateUri(uri, node);
String text = "";
« no previous file with comments | « no previous file | dart/lib/compiler/implementation/compiler.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698