Index: LayoutTests/inspector/debugger/dynamic-scripts-breakpoints.html |
diff --git a/LayoutTests/inspector/debugger/dynamic-scripts-breakpoints.html b/LayoutTests/inspector/debugger/dynamic-scripts-breakpoints.html |
index e08d32e67a52cbdd9908a88e9acf52a21675b4ef..231414756175470537701f35049fdb9741382b8c 100644 |
--- a/LayoutTests/inspector/debugger/dynamic-scripts-breakpoints.html |
+++ b/LayoutTests/inspector/debugger/dynamic-scripts-breakpoints.html |
@@ -18,7 +18,7 @@ foobar(); |
function test() |
{ |
WebInspector.breakpointManager._storage._breakpoints = {}; |
- var panel = WebInspector.showPanel("scripts"); |
+ var panel = WebInspector.showPanel("sources"); |
InspectorTest.startDebuggerTest(); |