| Index: LayoutTests/inspector/sources/debugger/script-formatter.html
|
| diff --git a/LayoutTests/inspector/sources/debugger/script-formatter.html b/LayoutTests/inspector/sources/debugger/script-formatter.html
|
| index c3e3ae2f60c7811e2a74f344c101770fbd3b3b66..6d6107564096d9a3f31f912d4eb083afdb5d7ce7 100644
|
| --- a/LayoutTests/inspector/sources/debugger/script-formatter.html
|
| +++ b/LayoutTests/inspector/sources/debugger/script-formatter.html
|
| @@ -9,7 +9,7 @@
|
| var test = function()
|
| {
|
| var panel = WebInspector.panels.sources;
|
| - var worker = Runtime.startWorker("script_formatter_worker");
|
| + var worker = new Worker("script_formatter_worker/ScriptFormatterWorker.js");
|
|
|
| InspectorTest.runDebuggerTestSuite([
|
| function testScriptFormatterWorker(next)
|
|
|