Index: LayoutTests/inspector/debugger/properties-special.html |
diff --git a/LayoutTests/inspector/debugger/properties-special.html b/LayoutTests/inspector/debugger/properties-special.html |
index cda83da17fd266d1fc0813eb4c71125f00da7b27..653909b13039d7fa3246920aa90109321270c64c 100644 |
--- a/LayoutTests/inspector/debugger/properties-special.html |
+++ b/LayoutTests/inspector/debugger/properties-special.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; |