Index: LayoutTests/inspector/debugger/watch-expressions-panel-switch.html |
diff --git a/LayoutTests/inspector/debugger/watch-expressions-panel-switch.html b/LayoutTests/inspector/debugger/watch-expressions-panel-switch.html |
index 7fd5fd2ee0610e9efc657e973dd5d160c5f83de7..920e218e481fdc37392095cb2cbe5daa383e0662 100644 |
--- a/LayoutTests/inspector/debugger/watch-expressions-panel-switch.html |
+++ b/LayoutTests/inspector/debugger/watch-expressions-panel-switch.html |
@@ -20,10 +20,10 @@ var test = function() |
function step1() |
{ |
- // 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(); |
watchExpressionsSection = watchExpressionsPane.section; |