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

Unified Diff: sdk/lib/_internal/compiler/implementation/use_unused_api.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/use_unused_api.dart
diff --git a/sdk/lib/_internal/compiler/implementation/use_unused_api.dart b/sdk/lib/_internal/compiler/implementation/use_unused_api.dart
index 259f93dede0b55f26a66a9f60c114eb5fa62615d..16faf1b5852624c9558af07a5c55c9ee70fbcaf6 100644
--- a/sdk/lib/_internal/compiler/implementation/use_unused_api.dart
+++ b/sdk/lib/_internal/compiler/implementation/use_unused_api.dart
@@ -200,7 +200,7 @@ usedByTests() {
compiler.importHelperLibrary(null);
typeGraphInferrer.getCallersOf(null);
dart_types.Types.sorted(null);
- new dart_types.Types(compiler, null).copy(compiler);
+ new dart_types.Types(compiler).copy(compiler);
new universe.TypedSelector.subclass(null, null);
new universe.TypedSelector.subtype(null, null);
new universe.TypedSelector.exact(null, null);
« no previous file with comments | « sdk/lib/_internal/compiler/implementation/types/union_type_mask.dart ('k') | sdk/lib/_internal/lib/js_helper.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698