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

Unified Diff: dart/lib/compiler/implementation/ssa/js_names.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
« no previous file with comments | « dart/lib/compiler/implementation/ssa/codegen.dart ('k') | dart/lib/compiler/implementation/ssa/nodes.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/lib/compiler/implementation/ssa/js_names.dart
diff --git a/dart/lib/compiler/implementation/ssa/js_names.dart b/dart/lib/compiler/implementation/ssa/js_names.dart
index 2850897dab77101e2ca2d7b3a4522b011bcfde04..3fc1f63213d9e7e67e45f826fb6ade013d025d17 100644
--- a/dart/lib/compiler/implementation/ssa/js_names.dart
+++ b/dart/lib/compiler/implementation/ssa/js_names.dart
@@ -155,7 +155,7 @@ class JsNames {
static Set<String> _reserved;
- static Set<String> get reserved() {
+ static Set<String> get reserved {
if (_reserved === null) {
_reserved = new Set<String>();
_reserved.addAll(reservedPropertySymbols);
« no previous file with comments | « dart/lib/compiler/implementation/ssa/codegen.dart ('k') | dart/lib/compiler/implementation/ssa/nodes.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698