| Index: tool/input_sdk/lib/core/list.dart
|
| diff --git a/tool/input_sdk/lib/core/list.dart b/tool/input_sdk/lib/core/list.dart
|
| index a771976a91565c3526cacd367e46327437b05021..38d218448c3af82c5abfd880a236c8ca168c60fd 100644
|
| --- a/tool/input_sdk/lib/core/list.dart
|
| +++ b/tool/input_sdk/lib/core/list.dart
|
| @@ -51,7 +51,7 @@ part of dart.core;
|
| * directly or through iterating an [Iterable] that is backed by the list, will
|
| * break the iteration.
|
| */
|
| -@SupportJsExtensionMethod()
|
| +@SupportJsExtensionMethods()
|
| @JsPeerInterface(name: 'Array')
|
| abstract class List<E> implements Iterable<E>, EfficientLength {
|
| /**
|
|
|