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

Unified Diff: pkg/fletchc/lib/src/function_codegen.dart

Issue 1450393002: Roll sdk dependency to 34357cdad108dcba734949bd13bd28c76ea285e0 (Closed) Base URL: git@github.com:dart-lang/fletch.git@master
Patch Set: Created 5 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
Index: pkg/fletchc/lib/src/function_codegen.dart
diff --git a/pkg/fletchc/lib/src/function_codegen.dart b/pkg/fletchc/lib/src/function_codegen.dart
index 8ea25a0da009e85f5990c25cd63887ebd04c4bb4..5fc18e7600aed9ee1f2587c7e1b7348206222fc3 100644
--- a/pkg/fletchc/lib/src/function_codegen.dart
+++ b/pkg/fletchc/lib/src/function_codegen.dart
@@ -4,12 +4,10 @@
library fletchc.function_codegen;
-import 'package:compiler/src/dart2jslib.dart' show
- MessageKind,
- Registry;
+import 'package:compiler/src/resolution/tree_elements.dart' show
+ TreeElements;
import 'package:compiler/src/elements/elements.dart';
-import 'package:compiler/src/resolution/resolution.dart';
import 'package:compiler/src/tree/tree.dart';
import 'fletch_context.dart';

Powered by Google App Engine
This is Rietveld 408576698