Chromium Code Reviews| Index: LayoutTests/inspector/sources/debugger/event-listener-breakpoints-promises.html |
| diff --git a/LayoutTests/inspector/sources/debugger/event-listener-breakpoints-promises.html b/LayoutTests/inspector/sources/debugger/event-listener-breakpoints-promises.html |
| index 032e155780463f421e7cba55df576a52b7f79c12..22d4c1bd41dfe6223a20ce8ef400c1dca43fa934 100644 |
| --- a/LayoutTests/inspector/sources/debugger/event-listener-breakpoints-promises.html |
| +++ b/LayoutTests/inspector/sources/debugger/event-listener-breakpoints-promises.html |
| @@ -18,7 +18,7 @@ function testFunction() |
| var q = new Promise(function(res, rej) { |
| reject = rej; |
| }); |
| - q.then(function() { |
| + q.catch(function() { |
| }); |
| resolve(42); |