| 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);
|
|
|