| Index: Source/devtools/front_end/ui_lazy/FlameChart.js
|
| diff --git a/Source/devtools/front_end/ui_lazy/FlameChart.js b/Source/devtools/front_end/ui_lazy/FlameChart.js
|
| index 3e943e6dcaff810e4c754d5cb124dc85c7c06e33..9974cfd58e51619d5c5ade69028374c91bd14485 100644
|
| --- a/Source/devtools/front_end/ui_lazy/FlameChart.js
|
| +++ b/Source/devtools/front_end/ui_lazy/FlameChart.js
|
| @@ -1470,7 +1470,7 @@ WebInspector.FlameChart.prototype = {
|
|
|
| this._baseHeight = this._isTopDown ? WebInspector.FlameChart.DividersBarHeight : this._offsetHeight - this._barHeight;
|
|
|
| - this._totalHeight = this._levelToHeight(this._dataProvider.maxStackDepth() + 1);
|
| + this._totalHeight = this._levelToHeight(this._dataProvider.maxStackDepth());
|
| this._vScrollContent.style.height = this._totalHeight + "px";
|
| this._updateScrollBar();
|
| },
|
|
|