| Index: dart/pkg/logging/lib/logging.dart
|
| diff --git a/dart/pkg/logging/lib/logging.dart b/dart/pkg/logging/lib/logging.dart
|
| index b24ee5c05104444d7926f1188114a01dfe7be4ae..8dc5ac12ca94dc33789e483c667c4c4895ad892f 100644
|
| --- a/dart/pkg/logging/lib/logging.dart
|
| +++ b/dart/pkg/logging/lib/logging.dart
|
| @@ -7,7 +7,7 @@
|
| * abstractions similar to those used in other languages, such as the Closure JS
|
| * Logger and java.util.logging.Logger.
|
| */
|
| -library logging;
|
| +#library('logging');
|
|
|
| /**
|
| * Whether to allow fine-grain logging and configuration of loggers in a
|
|
|