Index: LayoutTests/inspector/debugger/breakpoint-manager-listeners-count.html |
diff --git a/LayoutTests/inspector/debugger/breakpoint-manager-listeners-count.html b/LayoutTests/inspector/debugger/breakpoint-manager-listeners-count.html |
index 2648192b727d382d2c08eb2fcbe607e867b1f195..a97be1ca977a596f7752031fcaa29c723f01eb85 100644 |
--- a/LayoutTests/inspector/debugger/breakpoint-manager-listeners-count.html |
+++ b/LayoutTests/inspector/debugger/breakpoint-manager-listeners-count.html |
@@ -10,7 +10,7 @@ function test() |
InspectorTest.runDebuggerTestSuite([ |
function testSourceFramesCount(next) |
{ |
- var panel = WebInspector.panels.scripts; |
+ var panel = WebInspector.panels.sources; |
var sourceFrameCount = 0; |
InspectorTest.showScriptSource("script1.js", didShowScriptSources); |