| Index: sdk/lib/_internal/compiler/implementation/resolution/members.dart
|
| diff --git a/sdk/lib/_internal/compiler/implementation/resolution/members.dart b/sdk/lib/_internal/compiler/implementation/resolution/members.dart
|
| index 1ebc7109cef5b0c72cf723b88ccd8b9772ae05cf..9074f5dd368d548547f7c76a32f874ba53fef3d4 100644
|
| --- a/sdk/lib/_internal/compiler/implementation/resolution/members.dart
|
| +++ b/sdk/lib/_internal/compiler/implementation/resolution/members.dart
|
| @@ -2608,7 +2608,6 @@ class ClassResolverVisitor extends TypeDefinitionVisitor {
|
| LibraryElement lib = element.getLibrary();
|
| return
|
| !identical(lib, compiler.coreLibrary) &&
|
| - !identical(lib, compiler.coreImplLibrary) &&
|
| !identical(lib, compiler.jsHelperLibrary) &&
|
| (identical(type.element, compiler.dynamicClass) ||
|
| identical(type.element, compiler.boolClass) ||
|
|
|