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

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

Issue 1450393002: Roll sdk dependency to 34357cdad108dcba734949bd13bd28c76ea285e0 (Closed) Base URL: git@github.com:dart-lang/fletch.git@master
Patch Set: Update status files 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/find_position_visitor.dart
diff --git a/pkg/fletchc/lib/src/find_position_visitor.dart b/pkg/fletchc/lib/src/find_position_visitor.dart
index b0a3f2f83d8521b9044f62e3d85c1273e03316a7..595eb931bc9bcfcae8f36f992ee081aad3e537c6 100644
--- a/pkg/fletchc/lib/src/find_position_visitor.dart
+++ b/pkg/fletchc/lib/src/find_position_visitor.dart
@@ -3,7 +3,7 @@
// BSD-style license that can be found in the LICENSE.md file.
import 'package:compiler/src/elements/visitor.dart';
-import 'package:compiler/src/scanner/scannerlib.dart';
+import 'package:compiler/src/parser/partial_elements.dart';
import 'package:compiler/src/elements/elements.dart';
import 'package:compiler/src/elements/modelx.dart';

Powered by Google App Engine
This is Rietveld 408576698