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

Unified Diff: pkg/front_end/lib/src/fasta/source/diet_listener.dart

Issue 2682333004: Remove convertConstructors. (Closed)
Patch Set: Long line. Created 3 years, 10 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
Index: pkg/front_end/lib/src/fasta/source/diet_listener.dart
diff --git a/pkg/front_end/lib/src/fasta/source/diet_listener.dart b/pkg/front_end/lib/src/fasta/source/diet_listener.dart
index 366f1c11c9ff01d5c10d77eef9393278a1545615..c37cc970aa060ec5623751db76c7bcd0eb0f8f3b 100644
--- a/pkg/front_end/lib/src/fasta/source/diet_listener.dart
+++ b/pkg/front_end/lib/src/fasta/source/diet_listener.dart
@@ -56,7 +56,7 @@ import '../ast_kind.dart' show
import 'source_library_builder.dart' show
SourceLibraryBuilder;
-import 'source_class_builder.dart' show
+import '../kernel/kernel_library_builder.dart' show
isConstructorName;
class DietListener extends StackListener {

Powered by Google App Engine
This is Rietveld 408576698