| Index: dart/lib/compiler/implementation/util/util.dart
|
| diff --git a/dart/lib/compiler/implementation/util/util.dart b/dart/lib/compiler/implementation/util/util.dart
|
| index d3e2da5b1ad464434682e421286575e38ed4fad2..f00d146b5f455885cfe51d682a4f9ab8e5a38d82 100644
|
| --- a/dart/lib/compiler/implementation/util/util.dart
|
| +++ b/dart/lib/compiler/implementation/util/util.dart
|
| @@ -2,9 +2,9 @@
|
| // 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 org_dartlang_compiler_util;
|
| -import 'util_implementation.dart';
|
| -part 'link.dart';
|
| +#library('org.dartlang.compiler.util');
|
| +#import('util_implementation.dart');
|
| +#source('link.dart');
|
|
|
| /**
|
| * Tagging interface for classes from which source spans can be generated.
|
|
|