| Index: third_party/WebKit/LayoutTests/inspector/tracing/timeline-misc/timeline-auto-record.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/tracing/timeline-misc/timeline-auto-record.html b/third_party/WebKit/LayoutTests/inspector/tracing/timeline-misc/timeline-auto-record.html
|
| index 8516b7cde12636e94c61a9eaaa9ed5aba0511365..45b1c4819f0b227af0105e5133dc8441066c6f95 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/tracing/timeline-misc/timeline-auto-record.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/tracing/timeline-misc/timeline-auto-record.html
|
| @@ -13,7 +13,7 @@ function test()
|
| InspectorTest.addSniffer(panel, "recordingStarted", recordingStarted);
|
| InspectorTest.addSniffer(panel, "loadingComplete", callbackBarrier.createCallback());
|
|
|
| - WebInspector.ConsolePanel.show();
|
| + WebInspector.viewManager.showView("console");
|
| InspectorTest.runWhenPageLoads(step1);
|
| InspectorTest.addResult("Reloading page on console panel");
|
| panel._millisecondsToRecordAfterLoadEvent = 1;
|
| @@ -21,7 +21,7 @@ function test()
|
|
|
| function step1()
|
| {
|
| - WebInspector.TimelinePanel.show();
|
| + WebInspector.viewManager.showView("timeline");
|
| InspectorTest.runWhenPageLoads(callbackBarrier.createCallback());
|
| callbackBarrier.callWhenDone(recordingStopped);
|
| InspectorTest.addResult("Reloading page on timeline panel");
|
|
|