| Index: third_party/WebKit/LayoutTests/inspector/console/console-history-contains-requested-text.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/console/console-history-contains-requested-text.html b/third_party/WebKit/LayoutTests/inspector/console/console-history-contains-requested-text.html
|
| index dbbbb0786fe3ad4c86cd7b17aeaade49059cf35a..827cb3bb5be6af3209eb6677330f51fde4d30b3f 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/console/console-history-contains-requested-text.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/console/console-history-contains-requested-text.html
|
| @@ -9,7 +9,7 @@ function test()
|
| InspectorTest.evaluateInConsole("{a:1, b:2}", step2);
|
| function step2()
|
| {
|
| - var consoleView = WebInspector.ConsoleView.instance();
|
| + var consoleView = Console.ConsoleView.instance();
|
| InspectorTest.addResult(consoleView._prompt.history().previous());
|
| InspectorTest.completeTest();
|
| }
|
|
|