| Index: third_party/WebKit/LayoutTests/fast/dom/promise-rejection-events-console.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/dom/promise-rejection-events-console.html b/third_party/WebKit/LayoutTests/fast/dom/promise-rejection-events-console.html
|
| index 9098980b1d9e26eabd4655598ea04541375f3571..e6a260d6645911976c4b806be5df4c7ea87feb7f 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/dom/promise-rejection-events-console.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/dom/promise-rejection-events-console.html
|
| @@ -34,7 +34,7 @@ async_test(function(t) {
|
| setTimeout(function() {
|
| if (window.internals) {
|
| t.step(function() {
|
| - assert_equals(internals.consoleMessageArgumentCounts(document).length, 0);
|
| + assert_equals(internals.numberOfConsoleMessages(document), 0);
|
| });
|
| }
|
| t.done();
|
|
|