| Index: LayoutTests/inspector/sources/debugger/script-extract-outline.html
|
| diff --git a/LayoutTests/inspector/sources/debugger/script-extract-outline.html b/LayoutTests/inspector/sources/debugger/script-extract-outline.html
|
| index 7be3158af217b968116b12a1d30f6b7eef43d443..3ff2dfd73076a03638dc7e2437a2f06d2a5b79f7 100644
|
| --- a/LayoutTests/inspector/sources/debugger/script-extract-outline.html
|
| +++ b/LayoutTests/inspector/sources/debugger/script-extract-outline.html
|
| @@ -55,7 +55,7 @@ function getScriptText()
|
| function test()
|
| {
|
|
|
| - var worker = Runtime.startWorker("script_formatter_worker");
|
| + var worker = new WorkerRuntime.Worker("script_formatter_worker");
|
|
|
| worker.onmessage = InspectorTest.safeWrap(function(event)
|
| {
|
|
|