| Index: lib/compiler/implementation/lib/interceptors.dart
|
| diff --git a/lib/compiler/implementation/lib/interceptors.dart b/lib/compiler/implementation/lib/interceptors.dart
|
| index a53ee7d08e8c0f4944b67b9814d81859240b0608..fdead3a129775286b15b482f9f5ac235242ec845 100644
|
| --- a/lib/compiler/implementation/lib/interceptors.dart
|
| +++ b/lib/compiler/implementation/lib/interceptors.dart
|
| @@ -24,7 +24,6 @@ removeAt$1(var receiver, var index) {
|
| }
|
| checkGrowable(receiver, 'removeAt');
|
| return JS("Object", @'#.splice(#, 1)[0]', receiver, index);
|
| -
|
| }
|
| return UNINTERCEPTED(receiver.removeAt(index));
|
| }
|
|
|