| Index: tool/input_sdk/lib/core/iterable.dart
|
| diff --git a/tool/input_sdk/lib/core/iterable.dart b/tool/input_sdk/lib/core/iterable.dart
|
| index 0a2df71f9de605053550a286151f9c60fd469910..d4f482b7ef2b3a23016e9fb5f3d943b6a6244c28 100644
|
| --- a/tool/input_sdk/lib/core/iterable.dart
|
| +++ b/tool/input_sdk/lib/core/iterable.dart
|
| @@ -31,7 +31,6 @@ part of dart.core;
|
| * the iteration, which is typically signalled by throwing a
|
| * [ConcurrentModificationError] when it is detected.
|
| */
|
| -@SupportJsExtensionMethods()
|
| abstract class Iterable<E> {
|
| const Iterable();
|
|
|
|
|