| Index: Source/devtools/front_end/ui/FlameChart.js
|
| diff --git a/Source/devtools/front_end/ui/FlameChart.js b/Source/devtools/front_end/ui/FlameChart.js
|
| index 8c539eeb72945028ec98b1a806ce756b5530ba96..f3c3361cee9d9c7b360b18694efda71e3a9ec55f 100644
|
| --- a/Source/devtools/front_end/ui/FlameChart.js
|
| +++ b/Source/devtools/front_end/ui/FlameChart.js
|
| @@ -57,7 +57,7 @@ WebInspector.FlameChartDelegate.prototype = {
|
| WebInspector.FlameChart = function(dataProvider, flameChartDelegate, isTopDown)
|
| {
|
| WebInspector.HBox.call(this, true);
|
| - this.contentElement.appendChild(WebInspector.View.createStyleElement("ui/flameChart.css"));
|
| + this.registerRequiredCSS("ui/flameChart.css");
|
| this.contentElement.classList.add("flame-chart-main-pane");
|
| this._flameChartDelegate = flameChartDelegate;
|
| this._isTopDown = isTopDown;
|
|
|