| Index: third_party/WebKit/LayoutTests/http/tests/inspector-enabled/console-clear-arguments-on-frame-remove.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector-enabled/console-clear-arguments-on-frame-remove.html b/third_party/WebKit/LayoutTests/http/tests/inspector-enabled/console-clear-arguments-on-frame-remove.html
|
| index ab7463b92aea63d5cc236c3909ce7c0ca6bd3d52..314de51323ab1067c155114913fc79730a9fb730 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/inspector-enabled/console-clear-arguments-on-frame-remove.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/inspector-enabled/console-clear-arguments-on-frame-remove.html
|
| @@ -15,7 +15,7 @@ function removeIFrame()
|
| container.removeChild(child);
|
| child = container.firstChild;
|
| }
|
| - dumpConsoleMessageArgumentCounts();
|
| + dumpConsoleMessageCounts();
|
| if (window.testRunner)
|
| testRunner.notifyDone();
|
| }
|
|
|