Index: Source/devtools/front_end/profiler/HeapSnapshotView.js |
diff --git a/Source/devtools/front_end/profiler/HeapSnapshotView.js b/Source/devtools/front_end/profiler/HeapSnapshotView.js |
index 22d4944b7d98debd9a565016a9cb1c2664eaffe8..03b7061889f8b3cf06ef75b0a5b52dada1a615d5 100644 |
--- a/Source/devtools/front_end/profiler/HeapSnapshotView.js |
+++ b/Source/devtools/front_end/profiler/HeapSnapshotView.js |
@@ -2082,8 +2082,7 @@ WebInspector.HeapSnapshotStatisticsView = function() |
{ |
WebInspector.VBox.call(this); |
this.setMinimumSize(50, 25); |
- this._pieChart = new WebInspector.PieChart(); |
- this._pieChart.setSize(150); |
+ this._pieChart = new WebInspector.PieChart(150); |
this.element.appendChild(this._pieChart.element); |
this._labels = this.element.createChild("div", "heap-snapshot-stats-legend"); |
} |