| Index: third_party/WebKit/Source/devtools/front_end/ui_lazy/PieChart.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/ui_lazy/PieChart.js b/third_party/WebKit/Source/devtools/front_end/ui_lazy/PieChart.js
|
| index 78b5e054c50511637bcfff2053ffc8bd7668a471..36e32ea2c65a4d554dd73dfcf697a5e3fd72093b 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/ui_lazy/PieChart.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/ui_lazy/PieChart.js
|
| @@ -49,7 +49,7 @@ WebInspector.PieChart = function(size, formatter, showTotal)
|
| this._totalElement = this._foregroundElement.createChild("div", "pie-chart-total");
|
| this._formatter = formatter;
|
| this._slices = [];
|
| - this._lastAngle = -Math.PI/2;
|
| + this._lastAngle = -Math.PI / 2;
|
| this._setSize(size);
|
| }
|
|
|
|
|