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

Unified Diff: lib/compiler/implementation/js_backend/backend.dart

Issue 10919146: Get rid of a lot of () for getters. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 3 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: lib/compiler/implementation/js_backend/backend.dart
diff --git a/lib/compiler/implementation/js_backend/backend.dart b/lib/compiler/implementation/js_backend/backend.dart
index 102c42d45c27cb2a60e0e382c8cd16708305eb5b..14ed2a9d52c3bd8d10a87f7fc091c154f00c09cb 100644
--- a/lib/compiler/implementation/js_backend/backend.dart
+++ b/lib/compiler/implementation/js_backend/backend.dart
@@ -438,7 +438,7 @@ class JavaScriptBackend extends Backend {
argumentTypes = new ArgumentTypesRegistry(this);
}
- Element get cyclicThrowHelper() {
+ Element get cyclicThrowHelper {
return compiler.findHelper(const SourceString("throwCyclicInit"));
}

Powered by Google App Engine
This is Rietveld 408576698