Index: LayoutTests/inspector/debugger/scripts-sorting.html |
diff --git a/LayoutTests/inspector/debugger/scripts-sorting.html b/LayoutTests/inspector/debugger/scripts-sorting.html |
index 3da4dacfaf9267248c21d35b95d01c2b52a08da2..8dd4221a6746096d7a9903f0bd4d82f67dab1b57 100644 |
--- a/LayoutTests/inspector/debugger/scripts-sorting.html |
+++ b/LayoutTests/inspector/debugger/scripts-sorting.html |
@@ -7,9 +7,9 @@ |
<script> |
function test() |
{ |
- WebInspector.showPanel("scripts"); |
+ WebInspector.showPanel("sources"); |
InspectorTest.createWorkspace(true); |
- var panel = new WebInspector.ScriptsPanel(InspectorTest.testWorkspace); |
+ var panel = new WebInspector.SourcesPanel(InspectorTest.testWorkspace); |
var navigator = panel._navigator; |
var uiSourceCodes = []; |