| Index: LayoutTests/http/tests/inspector-enabled/dynamic-scripts.html | 
| diff --git a/LayoutTests/http/tests/inspector-enabled/dynamic-scripts.html b/LayoutTests/http/tests/inspector-enabled/dynamic-scripts.html | 
| index 8741cda4b049820a4c242d627537c39da54cf6bd..4a6f3c52c7937a0bcff9cfe3a07fd84ced27588b 100644 | 
| --- a/LayoutTests/http/tests/inspector-enabled/dynamic-scripts.html | 
| +++ b/LayoutTests/http/tests/inspector-enabled/dynamic-scripts.html | 
| @@ -50,7 +50,7 @@ function test() | 
|  | 
| function step3() | 
| { | 
| -        var panel = WebInspector.showPanel("scripts"); | 
| +        var panel = WebInspector.showPanel("sources"); | 
| var uiSourceCodes = WebInspector.workspace.uiSourceCodesForProjectType(WebInspector.projectTypes.Network); | 
| var urls = uiSourceCodes.map(function(uiSourceCode) { return uiSourceCode.name(); }); | 
| urls.sort(); | 
|  |