| Index: pkg/compiler/lib/src/js_backend/runtime_types.dart
|
| diff --git a/pkg/compiler/lib/src/js_backend/runtime_types.dart b/pkg/compiler/lib/src/js_backend/runtime_types.dart
|
| index e3f74b722e010250ab5ecff1ae2fad081c2a2b40..1e8cc1ca05eb52184d4b916d1179f7d54b76db68 100644
|
| --- a/pkg/compiler/lib/src/js_backend/runtime_types.dart
|
| +++ b/pkg/compiler/lib/src/js_backend/runtime_types.dart
|
| @@ -2,7 +2,7 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| -part of js_backend;
|
| +part of js_backend.backend;
|
|
|
| /// For each class, stores the possible class subtype tests that could succeed.
|
| abstract class TypeChecks {
|
|
|