| Index: LayoutTests/inspector/debugger/script-formatter-console.html
|
| diff --git a/LayoutTests/inspector/debugger/script-formatter-console.html b/LayoutTests/inspector/debugger/script-formatter-console.html
|
| index f33fa8c82756234268e3c915604554ced3c45bde..b4a35aeeb60641b4d499ac272126035a4a772fe5 100644
|
| --- a/LayoutTests/inspector/debugger/script-formatter-console.html
|
| +++ b/LayoutTests/inspector/debugger/script-formatter-console.html
|
| @@ -13,7 +13,7 @@ function f1()
|
|
|
| var test = function()
|
| {
|
| - var panel = WebInspector.panels.scripts;
|
| + var panel = WebInspector.panels.sources;
|
| var worker = new Worker("ScriptFormatterWorker.js");
|
| var sourceFrame;
|
|
|
|
|