| Index: third_party/WebKit/LayoutTests/http/tests/inspector-enabled/console-clear-arguments-on-frame-navigation.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector-enabled/console-clear-arguments-on-frame-navigation.html b/third_party/WebKit/LayoutTests/http/tests/inspector-enabled/console-clear-arguments-on-frame-navigation.html
|
| index 7eb04f2628d068987ce1c6fc43d3e13447695269..2780a40b14420bfa45b84a7797600c741ce4a554 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/inspector-enabled/console-clear-arguments-on-frame-navigation.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/inspector-enabled/console-clear-arguments-on-frame-navigation.html
|
| @@ -16,7 +16,7 @@ function frameLoaded(event) {
|
| return;
|
| }
|
|
|
| - dumpConsoleMessageArgumentCounts();
|
| + dumpConsoleMessageCounts();
|
| if (window.testRunner)
|
| testRunner.notifyDone();
|
| }
|
|
|