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

Unified Diff: dart/lib/compiler/implementation/dart_backend/backend.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/dart_backend/backend.dart
diff --git a/dart/lib/compiler/implementation/dart_backend/backend.dart b/dart/lib/compiler/implementation/dart_backend/backend.dart
index 44eb5e57f08c852aa4840d03295198490d77fc58..949a62a6518b7ff90c3995f91016e48ccabad627 100644
--- a/dart/lib/compiler/implementation/dart_backend/backend.dart
+++ b/dart/lib/compiler/implementation/dart_backend/backend.dart
@@ -5,7 +5,7 @@
class DartBackend extends Backend {
final List<CompilerTask> tasks;
- Map<Element, TreeElements> get resolvedElements() =>
+ Map<Element, TreeElements> get resolvedElements =>
compiler.enqueuer.resolution.resolvedElements;
DartBackend(Compiler compiler, [bool validateUnparse = false])
« no previous file with comments | « dart/lib/compiler/implementation/compiler.dart ('k') | dart/lib/compiler/implementation/dart_backend/dart_backend.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698