| Index: LayoutTests/inspector/debugger/watch-expressions-preserve-expansion.html
|
| diff --git a/LayoutTests/inspector/debugger/watch-expressions-preserve-expansion.html b/LayoutTests/inspector/debugger/watch-expressions-preserve-expansion.html
|
| index 224bbccc73b70541ad39b3565b300aa43433b258..ff7b4f5c5d68d76443de4c24f63178781a227664 100644
|
| --- a/LayoutTests/inspector/debugger/watch-expressions-preserve-expansion.html
|
| +++ b/LayoutTests/inspector/debugger/watch-expressions-preserve-expansion.html
|
| @@ -18,13 +18,13 @@ var test = function()
|
| {
|
| var watchExpressionsSection;
|
|
|
| - // We need to initialize scripts panel so that watch expressions section is created.
|
| - WebInspector.showPanel("scripts");
|
| + // We need to initialize sources panel so that watch expressions section is created.
|
| + WebInspector.showPanel("sources");
|
| InspectorTest.startDebuggerTest(step1);
|
|
|
| function step1()
|
| {
|
| - var watchExpressionsPane = WebInspector.panels.scripts.sidebarPanes.watchExpressions;
|
| + var watchExpressionsPane = WebInspector.panels.sources.sidebarPanes.watchExpressions;
|
| watchExpressionsPane.expand();
|
|
|
| watchExpressionsSection = watchExpressionsPane.section;
|
|
|