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

Unified Diff: third_party/WebKit/Source/devtools/front_end/profiler/CPUProfileFlameChart.js

Issue 1763193002: [DevTools] Fix more frontend compiler errors (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@caseq-patch
Patch Set: Created 4 years, 10 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: third_party/WebKit/Source/devtools/front_end/profiler/CPUProfileFlameChart.js
diff --git a/third_party/WebKit/Source/devtools/front_end/profiler/CPUProfileFlameChart.js b/third_party/WebKit/Source/devtools/front_end/profiler/CPUProfileFlameChart.js
index a8b20acb43e9ba1d2bc69d42fff874d8495b1395..71083b8f743283e52c3846497a7826641ac4870d 100644
--- a/third_party/WebKit/Source/devtools/front_end/profiler/CPUProfileFlameChart.js
+++ b/third_party/WebKit/Source/devtools/front_end/profiler/CPUProfileFlameChart.js
@@ -214,7 +214,7 @@ WebInspector.CPUFlameChartDataProvider.prototype = {
/**
* @override
* @param {number} entryIndex
- * @return {?Array<!{title: string, value: (string,!Element)}>}
+ * @return {?Array<!{title: string, value: (string|!Element)}>}
*/
prepareHighlightedEntryInfo: function(entryIndex)
{

Powered by Google App Engine
This is Rietveld 408576698