| Index: dart/pkg/dartdoc/lib/src/mirrors/util.dart
|
| diff --git a/dart/pkg/dartdoc/lib/src/mirrors/util.dart b/dart/pkg/dartdoc/lib/src/mirrors/util.dart
|
| index 2240694593d28b61317049e4ae38e1a744b205c6..760b9d288fea7ca0e48db8375775097242c91417 100644
|
| --- a/dart/pkg/dartdoc/lib/src/mirrors/util.dart
|
| +++ b/dart/pkg/dartdoc/lib/src/mirrors/util.dart
|
| @@ -2,7 +2,7 @@
|
| // 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 util;
|
| +#library('util');
|
|
|
| /**
|
| * An abstract map implementation. This class can be used as a superclass for
|
|
|