| Index: dart/pkg/intl/lib/intl_standalone.dart
|
| diff --git a/dart/pkg/intl/lib/intl_standalone.dart b/dart/pkg/intl/lib/intl_standalone.dart
|
| index 6d42b5ecf597fd9aff4cd0199e463c816eddd80a..ecede7a1d725d490dfc70f04ed34deb39f9a32bd 100644
|
| --- a/dart/pkg/intl/lib/intl_standalone.dart
|
| +++ b/dart/pkg/intl/lib/intl_standalone.dart
|
| @@ -9,10 +9,10 @@
|
| * the operating system locale.
|
| */
|
|
|
| -library intl_standalone;
|
| +#library("intl_standalone");
|
|
|
| -import "dart:io";
|
| -import "intl.dart";
|
| +#import("dart:io");
|
| +#import("intl.dart");
|
|
|
| // TODO(alanknight): The need to do this by forcing the user to specially
|
| // import a particular library is a horrible hack, only done because there
|
|
|