| Index: LayoutTests/inspector/debugger/error-in-watch-expressions.html
|
| diff --git a/LayoutTests/inspector/debugger/error-in-watch-expressions.html b/LayoutTests/inspector/debugger/error-in-watch-expressions.html
|
| index d8fd861b6636fcd1e90400f42564ecca78ef88c8..24e940813a5e4566ef31badc61c016af6f6ae4cd 100644
|
| --- a/LayoutTests/inspector/debugger/error-in-watch-expressions.html
|
| +++ b/LayoutTests/inspector/debugger/error-in-watch-expressions.html
|
| @@ -7,10 +7,10 @@ var foo = 123
|
|
|
| var test = function()
|
| {
|
| - // 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");
|
|
|
| - var watchExpressionsPane = WebInspector.panels.scripts.sidebarPanes.watchExpressions;
|
| + var watchExpressionsPane = WebInspector.panels.sources.sidebarPanes.watchExpressions;
|
| watchExpressionsPane.expand();
|
|
|
| var watchExpressionsSection = watchExpressionsPane.section;
|
|
|