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

Unified Diff: LayoutTests/inspector/sources/debugger/async-callstack-scopes.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-scopes.html
diff --git a/LayoutTests/inspector/sources/debugger/async-callstack-scopes.html b/LayoutTests/inspector/sources/debugger/async-callstack-scopes.html
index 63c72fd0fc3d8047ea3375259d5ed06839d681a4..d945c4e7a03d7efc8937f11b67c2d14989873de8 100644
--- a/LayoutTests/inspector/sources/debugger/async-callstack-scopes.html
+++ b/LayoutTests/inspector/sources/debugger/async-callstack-scopes.html
@@ -72,8 +72,8 @@ function test()
function didPause()
{
- var callStackPane = WebInspector.panels.sources.sidebarPanes.callstack;
- var scopeChainPane = WebInspector.panels.sources.sidebarPanes.scopechain;
+ var callStackPane = WebInspector.inspectorView.panel("sources").sidebarPanes.callstack;
+ var scopeChainPane = WebInspector.inspectorView.panel("sources").sidebarPanes.scopechain;
InspectorTest.addResult("Dumping call frames with scope chains:\n");
printNextCallFrame();

Powered by Google App Engine
This is Rietveld 408576698