| 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 0f9047fd87d77d36665a002197629c669a4b2abf..e203d86f4e56c4c7f214321fb0f4ca580cfa7546 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()
|
| {
|
| - WebInspector.ConsoleView.clearConsole();
|
| + Console.ConsoleView.clearConsole();
|
| InspectorTest.deprecatedRunAfterPendingDispatches(step2);
|
| }
|
|
|
|
|