Chromium Code Reviews| Index: lib/core/future.dart | 
| diff --git a/lib/core/future.dart b/lib/core/future.dart | 
| index 80567c46f8ce0237a9ce2841acdfb07f39caae4f..c14318b9d0e39fecd86b73fc8919d0bfb5d09e5c 100644 | 
| --- a/lib/core/future.dart | 
| +++ b/lib/core/future.dart | 
| @@ -228,7 +228,7 @@ class Futures { | 
| * returned future will be a list of all the values that were produced.) | 
| */ | 
| static Future<List> wait(List<Future> futures) { | 
| - if (futures.isEmpty()) { | 
| + if (futures.isEmpty) { | 
| return new Future<List>.immediate(const []); | 
| } |