| 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 24ee7af9151c4f243ec9f1794035f89a4804a5ea..124c48e53062c185dd880c0df897ec0fae0cfe09 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 ArgumentError(charCodes);
|
|
|