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

Unified Diff: utils/css/world.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/css/tree.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/css/world.dart
diff --git a/utils/css/world.dart b/utils/css/world.dart
index e209eb44a93e97ec8a711109a57771dec01e1471..840f8e1f98cbedc2451839605f6d7e63272141cc 100644
--- a/utils/css/world.dart
+++ b/utils/css/world.dart
@@ -151,7 +151,7 @@ class World {
}
}
- bool get hasErrors() => errors > 0;
+ bool get hasErrors => errors > 0;
withTiming(String name, f()) {
final sw = new Stopwatch();
« no previous file with comments | « utils/css/tree.dart ('k') | utils/peg/pegparser.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698