| 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 e5c5cf19587af69bd1c0d3cf7d507e2bd51d1cf8..17ae55d8818b1dd26d818a83fd766a2bb3b9570b 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 WorkerRuntime.Worker("script_formatter_worker");
|
|
|
| InspectorTest.runDebuggerTestSuite([
|
| function testScriptFormatterWorker(next)
|
|
|