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

Unified Diff: test/codegen/sunflower/painter.dart

Issue 1879373004: Implement modular compilation (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 4 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
« no previous file with comments | « test/codegen/sunflower/dom.dart ('k') | test/codegen/sunflower/sunflower.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/codegen/sunflower/painter.dart
diff --git a/test/codegen/sunflower/painter.dart b/test/codegen/sunflower/painter.dart
index ab3c6b734259cce5f2aee0201e0a81173afbcc1a..3488c161e8601f743eab4b946a2c366c31b1bf2c 100644
--- a/test/codegen/sunflower/painter.dart
+++ b/test/codegen/sunflower/painter.dart
@@ -4,7 +4,7 @@
library painter;
-import 'dom.dart';
+import 'dart:html';
import 'dart:math';
import 'circle.dart';
@@ -35,4 +35,4 @@ abstract class CirclePainter implements Circle {
..closePath()
..stroke();
}
-}
+}
« no previous file with comments | « test/codegen/sunflower/dom.dart ('k') | test/codegen/sunflower/sunflower.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698