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

Unified Diff: sdk/lib/_internal/compiler/implementation/scanner/scannerlib.dart

Issue 304153014: Remove element from DynamicType. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fix infinite loop. Created 6 years, 7 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: sdk/lib/_internal/compiler/implementation/scanner/scannerlib.dart
diff --git a/sdk/lib/_internal/compiler/implementation/scanner/scannerlib.dart b/sdk/lib/_internal/compiler/implementation/scanner/scannerlib.dart
index 5f3ddbe10a3661b3f24f00b5490f83fd8cdd5b69..88d7eba72fcbd59b760c177255237f51aacd7f28 100644
--- a/sdk/lib/_internal/compiler/implementation/scanner/scannerlib.dart
+++ b/sdk/lib/_internal/compiler/implementation/scanner/scannerlib.dart
@@ -6,6 +6,7 @@ library scanner;
import 'dart:collection' show IterableBase, HashSet;
+import '../dart_types.dart' show DynamicType;
import '../elements/elements.dart';
import '../elements/modelx.dart'
show ElementX,

Powered by Google App Engine
This is Rietveld 408576698