| Index: LayoutTests/inspector/file-path-scoring.html
|
| diff --git a/LayoutTests/inspector/file-path-scoring.html b/LayoutTests/inspector/file-path-scoring.html
|
| index 04a9c7dbd8c17781cf91e12f80d316efa1b72648..fdf480b2a96f0726bb827bc1b57f7cef4549145f 100644
|
| --- a/LayoutTests/inspector/file-path-scoring.html
|
| +++ b/LayoutTests/inspector/file-path-scoring.html
|
| @@ -20,7 +20,7 @@ function test()
|
| ["adscon", "./Source/devtools/front_end/AdvancedSearchController.js"]
|
| ];
|
|
|
| - WebInspector.showPanel("scripts");
|
| + WebInspector.showPanel("sources");
|
| InspectorTest.evaluateInPage("blinkFilePaths()", step1);
|
| InspectorTest.addResult("Expected score must be equal to the actual score");
|
|
|
|
|