| Index: tests/dom/request_animation_frame_test.dart
|
| diff --git a/tests/dom/request_animation_frame_test.dart b/tests/dom/request_animation_frame_test.dart
|
| index f7e35364212552fcbdc98a153125de837de604d8..99b7b09918b5f40d716e4fae730cdba1136208d4 100644
|
| --- a/tests/dom/request_animation_frame_test.dart
|
| +++ b/tests/dom/request_animation_frame_test.dart
|
| @@ -5,7 +5,7 @@
|
| #library('RequestAnimationFrameTest');
|
| #import('../../lib/unittest/unittest.dart');
|
| #import('../../lib/unittest/dom_config.dart');
|
| -#import('dart:dom');
|
| +#import('dart:dom_deprecated');
|
|
|
| main() {
|
| useDomConfiguration();
|
|
|