| Index: lib/compiler/implementation/lib/coreimpl_patch.dart
|
| diff --git a/lib/compiler/implementation/lib/coreimpl_patch.dart b/lib/compiler/implementation/lib/coreimpl_patch.dart
|
| index 4388dee2b4d5c83d6a24613d5fa4b101957f29c3..ee2b2321e51ec5c484f406bd5e4ff91507a5b31f 100644
|
| --- a/lib/compiler/implementation/lib/coreimpl_patch.dart
|
| +++ b/lib/compiler/implementation/lib/coreimpl_patch.dart
|
| @@ -8,7 +8,7 @@
|
| // TODO(ager): Split out into date_patch.dart and allow #source
|
| // in patch files?
|
| patch class StringImplementation {
|
| - patch static _fromCharCodes(List<int> charCodes) {
|
| + patch static String _fromCharCodes(List<int> charCodes) {
|
| checkNull(charCodes);
|
| if (!isJsArray(charCodes)) {
|
| if (charCodes is !List) throw new IllegalArgumentException(charCodes);
|
|
|