| Index: dart/pkg/intl/lib/intl_browser.dart
|
| diff --git a/dart/pkg/intl/lib/intl_browser.dart b/dart/pkg/intl/lib/intl_browser.dart
|
| index f0af08dd2e3e38767e93c31d26c78e56c0ed969a..c0dc952aed49ed77a72e822625f877ae11a5f8ac 100644
|
| --- a/dart/pkg/intl/lib/intl_browser.dart
|
| +++ b/dart/pkg/intl/lib/intl_browser.dart
|
| @@ -9,10 +9,10 @@
|
| * ability to find the default locale from the browser.
|
| */
|
|
|
| -library intl_browser;
|
| +#library("intl_browser");
|
|
|
| -import "dart:html";
|
| -import "intl.dart";
|
| +#import("dart:html");
|
| +#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
|
|
|