Index: LayoutTests/inspector/debugger/js-with-inline-stylesheets.html |
diff --git a/LayoutTests/inspector/debugger/js-with-inline-stylesheets.html b/LayoutTests/inspector/debugger/js-with-inline-stylesheets.html |
index 42d2fc5113ad0c144333c974f316254d26b30280..7002cde622414df7a2372542247248be1c794819 100644 |
--- a/LayoutTests/inspector/debugger/js-with-inline-stylesheets.html |
+++ b/LayoutTests/inspector/debugger/js-with-inline-stylesheets.html |
@@ -54,7 +54,7 @@ var test = function() |
function dumpBreakpointSidebarPane() |
{ |
- var paneElement = WebInspector.panels.scripts.sidebarPanes.jsBreakpoints.listElement |
+ var paneElement = WebInspector.panels.sources.sidebarPanes.jsBreakpoints.listElement |
InspectorTest.addResult(""); |
InspectorTest.addResult("Dump breakpoint sidebar pane:"); |
InspectorTest.addResult(InspectorTest.textContentWithLineBreaks(paneElement)); |