Chromium Code Reviews| Index: tests/html/callbacks_test.dart |
| diff --git a/tests/html/callbacks_test.dart b/tests/html/callbacks_test.dart |
| index 7cb55d4b595303a680abca8f815ab7c42d387bdf..b5d4d3ca14366ecff5c1508c50fb70a0e1068e5b 100644 |
| --- a/tests/html/callbacks_test.dart |
| +++ b/tests/html/callbacks_test.dart |
| @@ -6,6 +6,6 @@ |
| main() { |
| useHtmlConfiguration(); |
| test('RequestAnimationFrameCallback', () { |
| - window.requestAnimationFrame((int time) => false); |
| + window.webkitRequestAnimationFrame((int time) => false); |
| }); |
| } |