| Index: Source/devtools/front_end/components/FlameChart.js
|
| diff --git a/Source/devtools/front_end/components/FlameChart.js b/Source/devtools/front_end/components/FlameChart.js
|
| index f0570a9c364330934f7eedf682bab186159c8a84..2577fce43868134aa3a8f5d158ec6bd0a9c1a498 100644
|
| --- a/Source/devtools/front_end/components/FlameChart.js
|
| +++ b/Source/devtools/front_end/components/FlameChart.js
|
| @@ -51,6 +51,7 @@ WebInspector.FlameChartDelegate.prototype = {
|
| WebInspector.FlameChart = function(dataProvider, flameChartDelegate, isTopDown)
|
| {
|
| WebInspector.HBox.call(this);
|
| + this.registerRequiredCSS("flameChart.css");
|
| this.element.classList.add("flame-chart-main-pane");
|
| this._flameChartDelegate = flameChartDelegate;
|
| this._isTopDown = isTopDown;
|
|
|