| Index: dart/lib/compiler/implementation/runtime_types.dart
|
| diff --git a/dart/lib/compiler/implementation/runtime_types.dart b/dart/lib/compiler/implementation/runtime_types.dart
|
| index 9f51ec43a626fe29ef77d80c6ef47842db86d770..e1a51e6f22bc19d67b8c8c9c5327ec223bf90999 100644
|
| --- a/dart/lib/compiler/implementation/runtime_types.dart
|
| +++ b/dart/lib/compiler/implementation/runtime_types.dart
|
| @@ -2,13 +2,13 @@
|
| // 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.
|
|
|
| -#library('runtime_types');
|
| +library runtime_types;
|
|
|
| -#import('leg.dart');
|
| -#import('elements/elements.dart');
|
| -#import('tree/tree.dart');
|
| -#import('universe/universe.dart');
|
| -#import('util/util.dart');
|
| +import 'dart2jslib.dart';
|
| +import 'elements/elements.dart';
|
| +import 'tree/tree.dart';
|
| +import 'universe/universe.dart';
|
| +import 'util/util.dart';
|
|
|
| class RuntimeTypeInformation {
|
| /**
|
|
|