| Index: sdk/lib/_internal/compiler/implementation/ssa/codegen.dart
|
| diff --git a/sdk/lib/_internal/compiler/implementation/ssa/codegen.dart b/sdk/lib/_internal/compiler/implementation/ssa/codegen.dart
|
| index 47d42c1b07dc053cf4103d5aac343c9e52dce064..48407f6778cc33046a863890bcc2f75ae030600b 100644
|
| --- a/sdk/lib/_internal/compiler/implementation/ssa/codegen.dart
|
| +++ b/sdk/lib/_internal/compiler/implementation/ssa/codegen.dart
|
| @@ -2656,8 +2656,7 @@ class SsaCodeGenerator implements HVisitor, HBlockInformationVisitor {
|
| }
|
|
|
| ClassElement cls = node.dartType.element;
|
| - var arguments = [
|
| - backend.namer.elementAccess(backend.getImplementationClass(cls))];
|
| + var arguments = [backend.namer.elementAccess(cls)];
|
| if (!typeArguments.isEmpty) {
|
| arguments.add(new js.ArrayInitializer.from(typeArguments));
|
| }
|
|
|