| Index: LayoutTests/inspector/debugger/dynamic-scripts.html
|
| diff --git a/LayoutTests/inspector/debugger/dynamic-scripts.html b/LayoutTests/inspector/debugger/dynamic-scripts.html
|
| index edc4e65e9c8df380f36a8304c3ab8492d5f061c2..3fbc811881d2f180c14365f0ab0c6849c4267ee6 100644
|
| --- a/LayoutTests/inspector/debugger/dynamic-scripts.html
|
| +++ b/LayoutTests/inspector/debugger/dynamic-scripts.html
|
| @@ -47,7 +47,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();
|
|
|