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

Unified Diff: compiler/lib/implementation/rtt.js

Issue 9117008: Remove RTT.derivedTypes and all generated initializations thereof. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Revert .pydevproject file change. Created 8 years, 11 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
« no previous file with comments | « compiler/java/com/google/dart/compiler/backend/js/RuntimeTypeInjector.java ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: compiler/lib/implementation/rtt.js
diff --git a/compiler/lib/implementation/rtt.js b/compiler/lib/implementation/rtt.js
index 995ce8c8eab5f826da92389654aaf9e8a47e5e88..b1e7450de0537633c19b6070c0bcd23cd1e2583d 100644
--- a/compiler/lib/implementation/rtt.js
+++ b/compiler/lib/implementation/rtt.js
@@ -33,9 +33,6 @@ function RTT(classkey, typekey, typeargs, returnType, functionType, named) {
/** @type {Object.<string, Object>} */
RTT.types = {};
-/** @type {Array.<RTT>} */
-RTT.prototype.derivedTypes = [];
-
/** @return {string} */
RTT.prototype.toString = function() { return this.typeKey; }
« no previous file with comments | « compiler/java/com/google/dart/compiler/backend/js/RuntimeTypeInjector.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698