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

Unified Diff: utils/archive/options.dart

Issue 11238035: Make isEmpty a getter. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Update status file with co19 issue number. Created 8 years, 2 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/apidoc/html_diff.dart ('k') | utils/peg/pegparser.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: utils/archive/options.dart
diff --git a/utils/archive/options.dart b/utils/archive/options.dart
index 36c9e4251260dc3b75b9d013be52a2581b6868b3..7b55ac50b34e191cdfb2862c3fb6078796ffa4d4 100644
--- a/utils/archive/options.dart
+++ b/utils/archive/options.dart
@@ -30,7 +30,7 @@ class ArchiveOptions {
ArchiveOptions() : _options = <String, ArchiveOption>{};
/** Returns whether any options have been set. */
- bool get isEmpty => _options.isEmpty();
+ bool get isEmpty => _options.isEmpty;
/**
* Sets an option. [value] should either be a bool or something with a
« no previous file with comments | « utils/apidoc/html_diff.dart ('k') | utils/peg/pegparser.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698