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

Unified Diff: utils/archive/utils.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
« no previous file with comments | « utils/archive/options.dart ('k') | utils/css/source.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: utils/archive/utils.dart
diff --git a/utils/archive/utils.dart b/utils/archive/utils.dart
index 4e52c32de11769a147f6f5d4a072cbd23f7b9917..c512954874ba2289d7f6132c48d3412f0c78fed0 100644
--- a/utils/archive/utils.dart
+++ b/utils/archive/utils.dart
@@ -12,7 +12,7 @@
SendPort _port;
/** The port used to communicate with the C extension. */
-SendPort get servicePort() {
+SendPort get servicePort {
if (_port == null) _port = _newServicePort();
return _port;
}
« no previous file with comments | « utils/archive/options.dart ('k') | utils/css/source.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698