Index: frog/tests/canvastest.dart |
diff --git a/frog/tests/canvastest.dart b/frog/tests/canvastest.dart |
index 3f699e2d06bde4a285681950e5160ca09ab6c9a1..85f2682258102935da924f13360f7e769918e5d7 100644 |
--- a/frog/tests/canvastest.dart |
+++ b/frog/tests/canvastest.dart |
@@ -2,7 +2,7 @@ |
// 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. |
-#import("dart:dom"); |
+#import("dart:dom_deprecated"); |
void main() { |
var element = document.createElement('div'); |