Chromium Code Reviews| Index: lib/core/string.dart | 
| diff --git a/lib/core/string.dart b/lib/core/string.dart | 
| index 93dcc5d9700982c225c56269d0a9518f7be2208d..801e4151361c6e114492cc012c955e88875e9f31 100644 | 
| --- a/lib/core/string.dart | 
| +++ b/lib/core/string.dart | 
| @@ -117,7 +117,7 @@ interface String | 
| /** | 
| * Returns a list of the scalar character codes of this string. | 
| */ | 
| - List<int> charCodes(); | 
| + List<int> get charCodes; | 
| /** | 
| * If this string is not already all lower case, returns a new string |