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

Unified Diff: lib/src/rastask.dart

Issue 2464053002: Generate fileUris. (Closed)
Patch Set: Created 4 years, 1 month 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 | « lib/kernel.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/src/rastask.dart
diff --git a/lib/src/rastask.dart b/lib/src/rastask.dart
index db5aceb7e27b7bd9d340e87bcaf27ce76f66ce0e..3444500b314765b17075c3407678e6c1190c6837 100644
--- a/lib/src/rastask.dart
+++ b/lib/src/rastask.dart
@@ -113,6 +113,7 @@ abstract class Rastask extends CompilerTask {
(ir.Procedure function) => function.name.name == "main");
ir.Program program =
new ir.Program(kernel.libraryDependencies(options.input));
+ kernel.addLineStartsTo(program);
if (mainMethods.isNotEmpty) {
program.mainMethod = mainMethods.single;
« no previous file with comments | « lib/kernel.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698