| Index: dart/lib/compiler/implementation/ssa/tracer.dart
|
| diff --git a/dart/lib/compiler/implementation/ssa/tracer.dart b/dart/lib/compiler/implementation/ssa/tracer.dart
|
| index 8b9e88a35b9c9a58423c387eaeb407903cb10f28..4b3520df234b2b27e55f4eb479c29ce12accd25d 100644
|
| --- a/dart/lib/compiler/implementation/ssa/tracer.dart
|
| +++ b/dart/lib/compiler/implementation/ssa/tracer.dart
|
| @@ -2,12 +2,12 @@
|
| // 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('tracer');
|
| +library tracer;
|
|
|
| -#import('dart:io');
|
| -#import('ssa.dart');
|
| -#import('../js_backend/js_backend.dart');
|
| -#import('../leg.dart');
|
| +import 'dart:io';
|
| +import 'ssa.dart';
|
| +import '../js_backend/js_backend.dart';
|
| +import '../dart2jslib.dart';
|
|
|
| const bool GENERATE_SSA_TRACE = false;
|
| const String SSA_TRACE_FILTER = null;
|
|
|