| Index: Source/devtools/front_end/timeline/TimelineFlameChart.js
|
| diff --git a/Source/devtools/front_end/timeline/TimelineFlameChart.js b/Source/devtools/front_end/timeline/TimelineFlameChart.js
|
| index 63ae2aa8e3f097e7e0cc669f39ccd64075721fec..0193173d7b4d19dc3182dcb22e6615eb8d459cb3 100644
|
| --- a/Source/devtools/front_end/timeline/TimelineFlameChart.js
|
| +++ b/Source/devtools/front_end/timeline/TimelineFlameChart.js
|
| @@ -545,7 +545,7 @@ WebInspector.TimelineFlameChartDataProvider.prototype = {
|
| }
|
| var category = WebInspector.TimelineUIUtils.eventStyle(event).category;
|
| if (WebInspector.TracingModel.isAsyncPhase(event.phase)) {
|
| - if (event.category === WebInspector.TracingModel.ConsoleEventCategory)
|
| + if (event.hasCategory(WebInspector.TracingModel.ConsoleEventCategory))
|
| return this._consoleColorGenerator.colorForID(event.name);
|
| var color = this._asyncColorByCategory[category.name];
|
| if (color)
|
|
|