| Index: tests/dom/canvas_pixel_array_type_alias_test.dart
|
| diff --git a/tests/dom/canvas_pixel_array_type_alias_test.dart b/tests/dom/canvas_pixel_array_type_alias_test.dart
|
| index c5c6abb1115c7fafae8c0a60a1375de3f596084f..35be2a60d2babd142339673bae84db24d8c58441 100644
|
| --- a/tests/dom/canvas_pixel_array_type_alias_test.dart
|
| +++ b/tests/dom/canvas_pixel_array_type_alias_test.dart
|
| @@ -1,7 +1,7 @@
|
| #library('CanvasTest');
|
| #import('../../lib/unittest/unittest.dart');
|
| #import('../../lib/unittest/dom_config.dart');
|
| -#import('dart:dom');
|
| +#import('dart:dom_deprecated');
|
|
|
| // We have aliased the legacy type CanvasPixelArray with the new type
|
| // Uint8ClampedArray by mapping the CanvasPixelArray type tag to
|
|
|