| Index: sdk/lib/_internal/lib/js_array.dart
|
| diff --git a/sdk/lib/_internal/lib/js_array.dart b/sdk/lib/_internal/lib/js_array.dart
|
| index cda6dff826e388cefacdbe4c5f6d935a5cfada83..734523062a397c7cbca6d72748f9de5b6e10b1d9 100644
|
| --- a/sdk/lib/_internal/lib/js_array.dart
|
| +++ b/sdk/lib/_internal/lib/js_array.dart
|
| @@ -4,10 +4,6 @@
|
|
|
| part of _interceptors;
|
|
|
| -class ListConstructorSentinel {
|
| - const ListConstructorSentinel();
|
| -}
|
| -
|
| /**
|
| * The interceptor class for [List]. The compiler recognizes this
|
| * class as an interceptor, and changes references to [:this:] to
|
|
|