| Index: third_party/WebKit/LayoutTests/inspector/console/console-eval-scoped.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/console/console-eval-scoped.html b/third_party/WebKit/LayoutTests/inspector/console/console-eval-scoped.html
|
| index a8d8f88b011404a6c383dda3ecb191095f8f3bb4..2596f1a8b75003e7b53bb4069b30df4903ca3907 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/console/console-eval-scoped.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/console/console-eval-scoped.html
|
| @@ -49,7 +49,7 @@ function test()
|
| {
|
| InspectorTest.deprecatedRunAfterPendingDispatches(function() {
|
| InspectorTest.dumpConsoleMessages();
|
| - InspectorTest.consoleModel.requestClearMessages();
|
| + WebInspector.ConsoleView.clearConsole();
|
| InspectorTest.deprecatedRunAfterPendingDispatches(next);
|
| });
|
| }
|
|
|