Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(736)

Unified Diff: Source/devtools/front_end/timeline/TimelineFlameChart.js

Issue 340513003: DevTools: Add JSDoc for static methods, fix JSDoc types and induced errors (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/devtools/front_end/timeline/TimelineFlameChart.js
diff --git a/Source/devtools/front_end/timeline/TimelineFlameChart.js b/Source/devtools/front_end/timeline/TimelineFlameChart.js
index 84f52574e371ac0510917f7b16117ecb886673e7..29be2d31641dd31b746e734547901c9e2c36061f 100644
--- a/Source/devtools/front_end/timeline/TimelineFlameChart.js
+++ b/Source/devtools/front_end/timeline/TimelineFlameChart.js
@@ -271,7 +271,7 @@ WebInspector.TimelineFlameChartDataProvider.prototype = {
/**
* @param {number} entryIndex
- * @return {!string}
+ * @return {string}
*/
entryColor: function(entryIndex)
{
@@ -395,7 +395,7 @@ WebInspector.TimelineFlameChartDataProvider.prototype = {
/**
* @param {number} entryIndex
- * @return {!string}
+ * @return {string}
*/
textColor: function(entryIndex)
{
@@ -615,7 +615,7 @@ WebInspector.TracingBasedTimelineFlameChartDataProvider.prototype = {
/**
* @param {number} entryIndex
- * @return {!string}
+ * @return {string}
*/
entryColor: function(entryIndex)
{
@@ -713,7 +713,7 @@ WebInspector.TracingBasedTimelineFlameChartDataProvider.prototype = {
/**
* @param {number} entryIndex
- * @return {!string}
+ * @return {string}
*/
textColor: function(entryIndex)
{

Powered by Google App Engine
This is Rietveld 408576698