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

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

Issue 11417005: Do not canonicalize Type instances. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 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: sdk/lib/_internal/compiler/implementation/runtime_types.dart
diff --git a/sdk/lib/_internal/compiler/implementation/runtime_types.dart b/sdk/lib/_internal/compiler/implementation/runtime_types.dart
index c583cb13ed4d55d32a94f737c04792f3274c7282..3f7967a2809f62dd4f77037207c9f77fa6c79945 100644
--- a/sdk/lib/_internal/compiler/implementation/runtime_types.dart
+++ b/sdk/lib/_internal/compiler/implementation/runtime_types.dart
@@ -11,10 +11,6 @@ import 'universe/universe.dart';
import 'util/util.dart';
class RuntimeTypeInformation {
-
- static final SourceString CACHE_HELPER_NAME =
- const SourceString('getOrCreateCachedRuntimeType');
-
/**
* Names used for elements in runtime type information. This map is kept to
* detect elements with the same name and use a different name instead.

Powered by Google App Engine
This is Rietveld 408576698