| Index: LayoutTests/inspector/profiler/heap-snapshot-reveal-in-dominators-view.html
|
| diff --git a/LayoutTests/inspector/profiler/heap-snapshot-reveal-in-dominators-view.html b/LayoutTests/inspector/profiler/heap-snapshot-reveal-in-dominators-view.html
|
| index 107bf949288ab68b93315b9db2fb28a5a4829c5e..fe5160b73e0160fd909f465366323416f0d364e1 100644
|
| --- a/LayoutTests/inspector/profiler/heap-snapshot-reveal-in-dominators-view.html
|
| +++ b/LayoutTests/inspector/profiler/heap-snapshot-reveal-in-dominators-view.html
|
| @@ -21,7 +21,7 @@ function test()
|
| function step1()
|
| {
|
| InspectorTest.addSniffer(WebInspector.HeapSnapshotDominatorsDataGrid.prototype, "highlightNode", didHighlightNode);
|
| - WebInspector.panels.profiles.showObject(nodeAHeapSnapshotObjectId, "Dominators");
|
| + WebInspector.inspectorView.panel("profiles").showObject(nodeAHeapSnapshotObjectId, "Dominators");
|
| InspectorTest.addResult("Revealing node...");
|
| }
|
|
|
|
|