| Index: third_party/WebKit/Source/devtools/front_end/sources/ScriptFormatter.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/sources/ScriptFormatter.js b/third_party/WebKit/Source/devtools/front_end/sources/ScriptFormatter.js
|
| index b9314fc0fbd96e1262172a38923d35244b7d9d14..06eab6a5d056c4ccaa293def0dfbf1746ba05328 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/sources/ScriptFormatter.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/sources/ScriptFormatter.js
|
| @@ -89,7 +89,7 @@ WebInspector.ScriptFormatter = function(mimeType, content, callback)
|
| this._callback = callback;
|
| this._originalContent = content;
|
|
|
| - this._worker = new WorkerRuntime.Worker("script_formatter_worker");
|
| + this._worker = new WorkerRuntime.Worker("formatter_worker");
|
| this._worker.onmessage = this._didFormatContent.bind(this);
|
|
|
| var parameters = {
|
|
|