| Index: pkg/compiler/lib/src/types/dictionary_type_mask.dart
|
| diff --git a/pkg/compiler/lib/src/types/dictionary_type_mask.dart b/pkg/compiler/lib/src/types/dictionary_type_mask.dart
|
| index 74f9fdd96b27fefc5034194a381c71cd35b589a7..c3080419c5afddcc1be169099c801d0b573c83e6 100644
|
| --- a/pkg/compiler/lib/src/types/dictionary_type_mask.dart
|
| +++ b/pkg/compiler/lib/src/types/dictionary_type_mask.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 types;
|
| +part of masks;
|
|
|
| /**
|
| * A [DictionaryTypeMask] is a [TypeMask] for a specific allocation
|
|
|