| Index: dart/lib/compiler/implementation/world.dart
|
| diff --git a/dart/lib/compiler/implementation/world.dart b/dart/lib/compiler/implementation/world.dart
|
| index ecfd9b0ba6f1fc50fd83fb71846a218ec0031157..ee91eef1fee3e96d527713295637c6764e548d49 100644
|
| --- a/dart/lib/compiler/implementation/world.dart
|
| +++ b/dart/lib/compiler/implementation/world.dart
|
| @@ -2,8 +2,6 @@
|
| // 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 dart2js;
|
| -
|
| class World {
|
| final Compiler compiler;
|
| final Map<ClassElement, Set<ClassElement>> subtypes;
|
|
|