| Index: Source/devtools/front_end/ui/PieChart.js
|
| diff --git a/Source/devtools/front_end/ui/PieChart.js b/Source/devtools/front_end/ui/PieChart.js
|
| index e505476d96b39cb28ae0414d2204b3ee49d042cb..ee167413ab574931741b61e255c61be8e4d3d5ed 100644
|
| --- a/Source/devtools/front_end/ui/PieChart.js
|
| +++ b/Source/devtools/front_end/ui/PieChart.js
|
| @@ -114,6 +114,7 @@ WebInspector.PieChart.prototype = {
|
| * @param {!Element} parent
|
| * @param {string} childType
|
| * @return {!Element}
|
| + * @suppressGlobalPropertiesCheck
|
| */
|
| _createSVGChild: function(parent, childType)
|
| {
|
|
|