| Index: pkg/compiler/lib/src/js_backend/type_variable_handler.dart
|
| diff --git a/pkg/compiler/lib/src/js_backend/type_variable_handler.dart b/pkg/compiler/lib/src/js_backend/type_variable_handler.dart
|
| index 898e910df67bc4e66886f926ec0dd2fb68e1a677..7d92cb406aa029882aa8273e64666f53317176d0 100644
|
| --- a/pkg/compiler/lib/src/js_backend/type_variable_handler.dart
|
| +++ b/pkg/compiler/lib/src/js_backend/type_variable_handler.dart
|
| @@ -117,7 +117,7 @@ class TypeVariableHandler {
|
| _typeVariableConstructor.enclosingClass.thisType,
|
| _typeVariableConstructor,
|
| const CallStructure.unnamed(3), [
|
| - new TypeConstantExpression(cls.rawType),
|
| + new TypeConstantExpression(cls.rawType, cls.name),
|
| new StringConstantExpression(currentTypeVariable.name),
|
| new SyntheticConstantExpression(boundValue)
|
| ]);
|
|
|