| Index: pkg/compiler/lib/src/helpers/stats.dart
|
| diff --git a/pkg/compiler/lib/src/helpers/stats.dart b/pkg/compiler/lib/src/helpers/stats.dart
|
| index d7f6b5d5f6890959e8939101e5f8beecc3e59114..1d5675fc6443a51da9d7984655c68fc53854a532 100644
|
| --- a/pkg/compiler/lib/src/helpers/stats.dart
|
| +++ b/pkg/compiler/lib/src/helpers/stats.dart
|
| @@ -2,7 +2,17 @@
|
| // 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.helpers;
|
| +import 'dart:async' show
|
| + EventSink;
|
| +import 'dart:collection';
|
| +import 'dart:convert';
|
| +
|
| +import '../../compiler.dart';
|
| +import '../common.dart';
|
| +import '../compiler.dart' show
|
| + Compiler;
|
| +import '../util/util.dart';
|
| +
|
|
|
| // Helper methods for statistics.
|
|
|
|
|