| Index: third_party/WebKit/Source/devtools/front_end/common/FormatterWorkerPool.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/common/FormatterWorkerPool.js b/third_party/WebKit/Source/devtools/front_end/common/FormatterWorkerPool.js
|
| index 08f7697feb5a84f922512e6d8830aa4682f68d70..b562b72264497319c305a00b6b1777f2e0e572e6 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/common/FormatterWorkerPool.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/common/FormatterWorkerPool.js
|
| @@ -59,7 +59,7 @@ WebInspector.FormatterWorkerPool.prototype = {
|
|
|
| this._workerTasks.set(worker, null);
|
| this._processNextTask();
|
| - task.callback(event);
|
| + task.callback(event.data ? event : null);
|
| },
|
|
|
| /**
|
|
|