Index: tracing/tracing/extras/chrome/estimated_input_latency.html |
diff --git a/tracing/tracing/extras/chrome/estimated_input_latency.html b/tracing/tracing/extras/chrome/estimated_input_latency.html |
index dd265672cb8ac20e4c39c835e2b6c285e51e82e2..1901a24d43862de5b394fc026d3772c2e675be3d 100644 |
--- a/tracing/tracing/extras/chrome/estimated_input_latency.html |
+++ b/tracing/tracing/extras/chrome/estimated_input_latency.html |
@@ -213,8 +213,9 @@ tr.exportTo('tr.e.chrome', function() { |
*/ |
this.firstTaskIndex_ = |
sortedTasks.findIndex(task => startTime < task.end); |
- if (this.firstTaskIndex_ === -1) |
+ if (this.firstTaskIndex_ === -1) { |
this.firstTaskIndex_ = sortedTasks.length; |
+ } |
/** |
* @private {number} The index of the last task in the sortedTasks that |
* starts before this window ends: |