| Index: LayoutTests/inspector/sources/debugger/async-callstack-and-framework-black-box.html
|
| diff --git a/LayoutTests/inspector/sources/debugger/async-callstack-and-framework-black-box.html b/LayoutTests/inspector/sources/debugger/async-callstack-and-framework-black-box.html
|
| index 28c13bc0b68cbd24bea70fe1530806fff8662b3e..2bec45a16c84b4a83b20989c20dba171b48921b0 100644
|
| --- a/LayoutTests/inspector/sources/debugger/async-callstack-and-framework-black-box.html
|
| +++ b/LayoutTests/inspector/sources/debugger/async-callstack-and-framework-black-box.html
|
| @@ -58,7 +58,7 @@ function test()
|
|
|
| InspectorTest.addResult("\nVisible call stack:");
|
|
|
| - var callStackPane = WebInspector.panels.sources.sidebarPanes.callstack;
|
| + var callStackPane = WebInspector.inspectorView.panel("sources").sidebarPanes.callstack;
|
| var placards = callStackPane.placards;
|
| var lastPlacard = null;
|
| for (var i = 0, index = 0; i < placards.length; ++i) {
|
|
|