| Index: third_party/WebKit/LayoutTests/inspector/user-metrics.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/user-metrics.html b/third_party/WebKit/LayoutTests/inspector/user-metrics.html
|
| index f630eb12e79488952a450b342d62e46347e41cf8..55caa0cc46529d7bcf9dff90b2a4c075bb5f6cfd 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/user-metrics.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/user-metrics.html
|
| @@ -32,9 +32,9 @@ function test()
|
|
|
| InspectorTest.addResult("\nrecordPanelShown:");
|
| InspectorTest.dump(WebInspector.UserMetrics._PanelCodes);
|
| - WebInspector.ProfilesPanel.show();
|
| - WebInspector.TimelinePanel.show();
|
| - WebInspector.AuditsPanel.show();
|
| + WebInspector.viewManager.showView("profiles");
|
| + WebInspector.viewManager.showView("timeline");
|
| + WebInspector.viewManager.showView("audits");
|
|
|
| InspectorTest.completeTest();
|
| }
|
|
|