| Index: pkg/compiler/lib/src/helpers/trace.dart
|
| diff --git a/pkg/compiler/lib/src/helpers/trace.dart b/pkg/compiler/lib/src/helpers/trace.dart
|
| index 0889efd248db02bb2ab4a9351de9bac791cc7b54..671d842ee7f6ed2a9e72eed4b068354b133f93ad 100644
|
| --- a/pkg/compiler/lib/src/helpers/trace.dart
|
| +++ b/pkg/compiler/lib/src/helpers/trace.dart
|
| @@ -2,7 +2,8 @@
|
| // 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 '../common.dart';
|
| +import '../util/util.dart';
|
|
|
| /// Function signature for [trace].
|
| typedef void Trace(String message,
|
|
|