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