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

Unified Diff: dart/sdk/lib/_internal/compiler/implementation/use_unused_api.dart

Issue 233233002: Copy types object when using a cached compiler. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Found issue during test, added comment. Created 6 years, 8 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: dart/sdk/lib/_internal/compiler/implementation/use_unused_api.dart
diff --git a/dart/sdk/lib/_internal/compiler/implementation/use_unused_api.dart b/dart/sdk/lib/_internal/compiler/implementation/use_unused_api.dart
index b5340b266c55b8a8b725529c7256e088b610d5d6..ea458d78956485fd751152c3c95dbc8741f1b6f7 100644
--- a/dart/sdk/lib/_internal/compiler/implementation/use_unused_api.dart
+++ b/dart/sdk/lib/_internal/compiler/implementation/use_unused_api.dart
@@ -196,6 +196,7 @@ usedByTests() {
compiler.importHelperLibrary(null);
typeGraphInferrer.getCallersOf(null);
dart_types.Types.sorted(null);
+ new dart_types.Types(compiler, null).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 | « dart/sdk/lib/_internal/compiler/implementation/dart_types.dart ('k') | dart/tests/compiler/dart2js/memory_compiler.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698