Index: lib/html/dartium/html_dartium.dart |
diff --git a/lib/html/dartium/html_dartium.dart b/lib/html/dartium/html_dartium.dart |
index 53ba26f3225eb1e367cfcd9b9ce03e42e21747ef..0ea302964c0fa7d073a4b6a957869b6fa9dbe141 100644 |
--- a/lib/html/dartium/html_dartium.dart |
+++ b/lib/html/dartium/html_dartium.dart |
@@ -1,8 +1,8 @@ |
-#library('dart:html'); |
+library html; |
-#import('dart:isolate'); |
-#import('dart:json'); |
-#import('dart:nativewrappers'); |
+import 'dart:isolate'; |
+import 'dart:json'; |
+import 'dart:nativewrappers'; |
// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
// 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. |