| Index: third_party/WebKit/LayoutTests/inspector/console/console-last-result.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/console/console-last-result.html b/third_party/WebKit/LayoutTests/inspector/console/console-last-result.html
|
| index da637c1081eec9863d86639f51fe35dd24085ac7..0f9047fd87d77d36665a002197629c669a4b2abf 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/console/console-last-result.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/console/console-last-result.html
|
| @@ -23,7 +23,7 @@ function test()
|
|
|
| function step1()
|
| {
|
| - InspectorTest.consoleModel.requestClearMessages();
|
| + WebInspector.ConsoleView.clearConsole();
|
| InspectorTest.deprecatedRunAfterPendingDispatches(step2);
|
| }
|
|
|
|
|