diff --git a/layout-instability/resources/util.js b/layout-instability/resources/util.js index 1b3c82d7d68da9b..597e2d7d849bf55 100644 --- a/layout-instability/resources/util.js +++ b/layout-instability/resources/util.js @@ -64,7 +64,7 @@ ScoreWatcher = function() { list.getEntries().forEach(entry => { this.lastEntry = entry; this.score += entry.value; - watcher_entry_record.push({startTime: entry.startTime, score: entry.value}); + watcher_entry_record.push({startTime: entry.startTime, score: entry.value, hadRecentInput : entry.hadRecentInput}); if (!entry.hadRecentInput) this.scoreWithInputExclusion += entry.value; this.resolve();