Index: LayoutTests/inspector-enabled/sources/debugger/script-formatter-console.html |
diff --git a/LayoutTests/inspector-enabled/sources/debugger/script-formatter-console.html b/LayoutTests/inspector-enabled/sources/debugger/script-formatter-console.html |
index 5d339b199d44d291f6f742bee7eaa1ecbea7a47c..01d1f41cabb0c6380eeb0b8dd074497d63d3998f 100644 |
--- a/LayoutTests/inspector-enabled/sources/debugger/script-formatter-console.html |
+++ b/LayoutTests/inspector-enabled/sources/debugger/script-formatter-console.html |
@@ -23,6 +23,7 @@ |
var test = function() |
{ |
var panel = WebInspector.inspectorView.showPanel("sources"); |
+ var worker = new Worker("ScriptFormatterWorker.js"); |
var sourceFrame; |
var scriptFormatter = InspectorTest.scriptFormatter(); |