| 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 da2b452f780935db9d42f7a5064cf84f821db71f..ff65e11ce4280fbb51d8908dc0c613eba32c4b4b 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 WebInspector.Worker("formatter_worker");
|
| + var worker = new Common.Worker("formatter_worker");
|
|
|
| worker.onmessage = InspectorTest.safeWrap(function(event)
|
| {
|
|
|