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

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

Issue 76223002: Fix http://code.google.com/p/dart/issues/detail?id=15017. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 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
« no previous file with comments | « no previous file | sdk/lib/_internal/compiler/implementation/js_emitter/type_test_emitter.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/_internal/compiler/implementation/closure.dart
===================================================================
--- sdk/lib/_internal/compiler/implementation/closure.dart (revision 30390)
+++ sdk/lib/_internal/compiler/implementation/closure.dart (working copy)
@@ -92,10 +92,6 @@
bool isInstanceMember() => true;
bool isAssignable() => false;
- // The names of closure variables don't need renaming, since their use is very
- // simple and they have 1-character names in the minified mode.
- bool hasFixedBackendName() => true;
- String fixedBackendName() => name;
DartType computeType(Compiler compiler) {
return variableElement.computeType(compiler);
« no previous file with comments | « no previous file | sdk/lib/_internal/compiler/implementation/js_emitter/type_test_emitter.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698