Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(380)

Unified Diff: LayoutTests/inspector/profiler/heap-snapshot-reveal-in-dominators-view.html

Issue 268293003: DevTools: Get rid of WebInspector.panels (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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...");
}

Powered by Google App Engine
This is Rietveld 408576698