| Index: sdk/lib/_internal/compiler/implementation/js_backend/backend.dart
|
| ===================================================================
|
| --- sdk/lib/_internal/compiler/implementation/js_backend/backend.dart (revision 23381)
|
| +++ sdk/lib/_internal/compiler/implementation/js_backend/backend.dart (working copy)
|
| @@ -1100,8 +1100,6 @@
|
| compiler.findHelper(const SourceString('iae')));
|
| } else if (cls == compiler.functionClass) {
|
| enqueuer.registerInstantiatedClass(compiler.closureClass, elements);
|
| - enqueuer.registerInstantiatedClass(
|
| - compiler.boundClosureClass, elements);
|
| } else if (cls == compiler.mapClass) {
|
| // The backend will use a literal list to initialize the entries
|
| // of the map.
|
|
|