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

Unified Diff: LayoutTests/inspector/sources/debugger/async-callstack-eval.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/sources/debugger/async-callstack-eval.html
diff --git a/LayoutTests/inspector/sources/debugger/async-callstack-eval.html b/LayoutTests/inspector/sources/debugger/async-callstack-eval.html
index c2fa2c5ec6c524ae71cd97c18509e8eb926d3951..27fc39e29d4353627e2f140f08621d848c7aaf19 100644
--- a/LayoutTests/inspector/sources/debugger/async-callstack-eval.html
+++ b/LayoutTests/inspector/sources/debugger/async-callstack-eval.html
@@ -45,7 +45,7 @@ var test = function()
{
InspectorTest.captureStackTrace(callFrames, asyncStackTrace);
- var pane = WebInspector.panels.sources.sidebarPanes.callstack;
+ var pane = WebInspector.inspectorView.panel("sources").sidebarPanes.callstack;
InspectorTest.addResult("Select call frame: " + pane.placards[1].title);
pane._placardSelected(pane.placards[1]);
InspectorTest.runAfterPendingDispatches(step3);

Powered by Google App Engine
This is Rietveld 408576698