| 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 ca156a62859367ea2d80b7253227d58da00d97b8..453d77d7bd668b1196f8723b263b79f58cb3594f 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/user-metrics.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/user-metrics.html
|
| @@ -32,7 +32,7 @@ function test()
|
|
|
| InspectorTest.addResult("\nrecordPanelShown:");
|
| InspectorTest.dump(Host.UserMetrics._PanelCodes);
|
| - UI.viewManager.showView("js_profiler");
|
| + UI.viewManager.showView("heap_profiler");
|
| UI.viewManager.showView("timeline");
|
| UI.viewManager.showView("audits");
|
|
|
|
|