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

Unified Diff: dart/lib/compiler/implementation/ssa/types_propagation.dart

Issue 10876008: Remove most superfluous getter arguments from dart2js. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years, 4 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/lib/compiler/implementation/ssa/types_propagation.dart
diff --git a/dart/lib/compiler/implementation/ssa/types_propagation.dart b/dart/lib/compiler/implementation/ssa/types_propagation.dart
index d955cb5387ef066cc98f473fd6fd17520aa70fe4..50721718dc8ae1e82ff8b1ac18dd42aa0ae04f33 100644
--- a/dart/lib/compiler/implementation/ssa/types_propagation.dart
+++ b/dart/lib/compiler/implementation/ssa/types_propagation.dart
@@ -10,7 +10,7 @@ class SsaTypePropagator extends HGraphVisitor implements OptimizationPhase {
final HTypeMap types;
final Compiler compiler;
- String get name() => 'type propagator';
+ String get name => 'type propagator';
SsaTypePropagator(this.compiler, this.types)
: workmap = new Map<int, HInstruction>(),
« no previous file with comments | « dart/lib/compiler/implementation/ssa/optimize.dart ('k') | dart/lib/compiler/implementation/ssa/value_set.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698