Index: LayoutTests/inspector/debugger/script-formatter-breakpoints.html |
diff --git a/LayoutTests/inspector/debugger/script-formatter-breakpoints.html b/LayoutTests/inspector/debugger/script-formatter-breakpoints.html |
index e4f4a206e6b712ba0ad7971be128d307d57809c3..e73a1409f1b271030f8731c8956b44b51f8fce04 100644 |
--- a/LayoutTests/inspector/debugger/script-formatter-breakpoints.html |
+++ b/LayoutTests/inspector/debugger/script-formatter-breakpoints.html |
@@ -16,7 +16,7 @@ function f1() |
var test = function() |
{ |
WebInspector.breakpointManager._storage._breakpoints = {}; |
- var panel = WebInspector.panels.scripts; |
+ var panel = WebInspector.panels.sources; |
var sourceFrame; |
InspectorTest.runDebuggerTestSuite([ |
@@ -125,7 +125,7 @@ var test = function() |
function dumpBreakpointSidebarPane(title) |
{ |
- var paneElement = WebInspector.panels.scripts.sidebarPanes.jsBreakpoints.listElement |
+ var paneElement = WebInspector.panels.sources.sidebarPanes.jsBreakpoints.listElement |
InspectorTest.addResult("Breakpoint sidebar pane " + title); |
InspectorTest.addResult(InspectorTest.textContentWithLineBreaks(paneElement)); |
} |