| Index: tests/html/callbacks_test.dart
|
| diff --git a/tests/html/callbacks_test.dart b/tests/html/callbacks_test.dart
|
| index b4c55fa723131f58b1667c586bf3fd5b49a786ba..e1aa77947e0140b9cef6ba984bd6655ec0ba0e0f 100644
|
| --- a/tests/html/callbacks_test.dart
|
| +++ b/tests/html/callbacks_test.dart
|
| @@ -6,6 +6,6 @@ import 'dart:html';
|
| main() {
|
| useHtmlConfiguration();
|
| test('RequestAnimationFrameCallback', () {
|
| - window.requestAnimationFrame((int time) => false);
|
| + window.requestAnimationFrame((num time) => false);
|
| });
|
| }
|
|
|