Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(713)

Unified Diff: pkg/intl/lib/intl_browser.dart

Issue 11784032: Fix up test statuses. Browser tests should now all pass. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: pkg/intl/lib/intl_browser.dart
diff --git a/pkg/intl/lib/intl_browser.dart b/pkg/intl/lib/intl_browser.dart
index f0af08dd2e3e38767e93c31d26c78e56c0ed969a..76e8d5064633c0ff47131f4cd9ebcaa827513acb 100644
--- a/pkg/intl/lib/intl_browser.dart
+++ b/pkg/intl/lib/intl_browser.dart
@@ -11,6 +11,7 @@
library intl_browser;
+import "dart:async";
import "dart:html";
import "intl.dart";
@@ -27,4 +28,4 @@ import "intl.dart";
Future<String> findSystemLocale() {
Intl.systemLocale = Intl.canonicalizedLocale(window.navigator.language);
return new Future.immediate(Intl.systemLocale);
-}
+}
« no previous file with comments | « no previous file | pkg/intl/test/date_time_format_http_request_test.dart » ('j') | tests/language/language_dart2js.status » ('J')

Powered by Google App Engine
This is Rietveld 408576698