Index: lib/html/dartium/html_dartium.dart |
diff --git a/lib/html/dartium/html_dartium.dart b/lib/html/dartium/html_dartium.dart |
index a076440898267d122a5b209f4978ce28feac7b2d..b6745b65fa04b3dcb0388e95f0c4a01d29503207 100644 |
--- a/lib/html/dartium/html_dartium.dart |
+++ b/lib/html/dartium/html_dartium.dart |
@@ -1,6 +1,6 @@ |
#library('html'); |
-#import('dart:dom', prefix:'dom'); |
+#import('dart:dom_deprecated', prefix:'dom'); |
// 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. |