Index: Source/devtools/front_end/timeline/TimelineTracingView.js |
diff --git a/Source/devtools/front_end/timeline/TimelineTracingView.js b/Source/devtools/front_end/timeline/TimelineTracingView.js |
index 77772502053cba8da3b5da3bac1d8f5111d066e7..24e6fd763d7761cba65e429c509cc5b16b188d16 100644 |
--- a/Source/devtools/front_end/timeline/TimelineTracingView.js |
+++ b/Source/devtools/front_end/timeline/TimelineTracingView.js |
@@ -363,7 +363,7 @@ WebInspector.TraceViewFlameChartDataProvider.prototype = { |
/** |
* @param {number} entryIndex |
- * @return {!string} |
+ * @return {string} |
*/ |
entryColor: function(entryIndex) |
{ |
@@ -427,7 +427,7 @@ WebInspector.TraceViewFlameChartDataProvider.prototype = { |
/** |
* @param {number} entryIndex |
- * @return {!string} |
+ * @return {string} |
*/ |
textColor: function(entryIndex) |
{ |