| 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 638b0b52bfeabf82458b4288955b5d65f7d5a5d0..b2619787353a0e62d6a40e811ebab118d0fe8121 100644
|
| --- a/sdk/lib/_internal/compiler/implementation/ssa/codegen.dart
|
| +++ b/sdk/lib/_internal/compiler/implementation/ssa/codegen.dart
|
| @@ -2664,8 +2664,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));
|
| }
|
|
|