Chromium Code Reviews| Index: tests/html/xhr_test.dart |
| diff --git a/tests/html/xhr_test.dart b/tests/html/xhr_test.dart |
| index c3e43dbac10d88d5f549481ae0334d482f38bd39..a7036e6e6077bc133635a281ba46b18240431b86 100644 |
| --- a/tests/html/xhr_test.dart |
| +++ b/tests/html/xhr_test.dart |
| @@ -199,7 +199,7 @@ main() { |
| } |
| xhr.send(data); |
| - return xhr.onLoadEnd.first.then((_) { |
| + return xhr.onLoad.first.then((_) { |
| expect(progressCalled, isTrue); |
| }); |
| }); |