| Index: sdk/lib/_internal/compiler/implementation/js_backend/backend.dart
|
| diff --git a/sdk/lib/_internal/compiler/implementation/js_backend/backend.dart b/sdk/lib/_internal/compiler/implementation/js_backend/backend.dart
|
| index 3080e5a5b6e635b782705a61f1437aed587cab3f..4cbc51c47d991770fc42e88b84859a33fa36754e 100644
|
| --- a/sdk/lib/_internal/compiler/implementation/js_backend/backend.dart
|
| +++ b/sdk/lib/_internal/compiler/implementation/js_backend/backend.dart
|
| @@ -626,8 +626,7 @@ class JavaScriptBackend extends Backend {
|
| extendableArrayType = new HBoundedType(
|
| new TypeMask.nonNullExact(jsExtendableArrayClass));
|
|
|
| - typeVariableClass =
|
| - compiler.findHelper('TypeVariable');
|
| + typeVariableClass = compiler.findHelper('TypeVariable');
|
| }
|
|
|
| void validateInterceptorImplementsAllObjectMethods(
|
|
|