| Index: Source/devtools/front_end/profiler/CPUProfileFlameChart.js
|
| diff --git a/Source/devtools/front_end/profiler/CPUProfileFlameChart.js b/Source/devtools/front_end/profiler/CPUProfileFlameChart.js
|
| index a4e50f9a3c1b7848367c3fcc096c7d203b048811..7ad221b89aee1c670a2cf41ea4fdedbc2e416eec 100644
|
| --- a/Source/devtools/front_end/profiler/CPUProfileFlameChart.js
|
| +++ b/Source/devtools/front_end/profiler/CPUProfileFlameChart.js
|
| @@ -271,7 +271,7 @@ WebInspector.CPUFlameChartDataProvider.prototype = {
|
|
|
| /**
|
| * @param {number} entryIndex
|
| - * @return {!string}
|
| + * @return {string}
|
| */
|
| entryColor: function(entryIndex)
|
| {
|
| @@ -327,7 +327,7 @@ WebInspector.CPUFlameChartDataProvider.prototype = {
|
|
|
| /**
|
| * @param {number} entryIndex
|
| - * @return {!string}
|
| + * @return {string}
|
| */
|
| textColor: function(entryIndex)
|
| {
|
|
|