Chromium Code Reviews| Index: pkg/intl/intl.dart |
| =================================================================== |
| --- pkg/intl/intl.dart (revision 11902) |
| +++ pkg/intl/intl.dart (working copy) |
| @@ -72,7 +72,7 @@ |
| * Return the locale for this instance. If none was set, the locale will |
| * be the default. |
| */ |
| - String get locale() => _locale; |
| + String get locale => _locale; |
| /** |
| * Return true if the locale exists, or if it is null. The null case |